Typecasts Gefixt.
Teilweise ausgebaut, teilweise zu deklarativen Casts geaendert bzw.
deklarative Casts hinzugefuegt.
Weiterhin ein paar call_other() auf this_object() ausgebaut.
Change-Id: I0c493914c41c53e884aaf80b01db600aeb6508e9
diff --git a/std/npc/combat.c b/std/npc/combat.c
index 99f30a0..1e17201 100644
--- a/std/npc/combat.c
+++ b/std/npc/combat.c
@@ -277,7 +277,7 @@
for (i=sizeof(ind)-1;i>=0;i--) {
x=ind[i];
if ((z=m[x][ob->QueryProp(x)]) || (z=m[x][0])) {
- f=f+(float)z;
+ f=f+z;
n++;
}
}