kleinigkeiten

This commit is contained in:
Enno Rehling 2004-08-21 02:42:16 +00:00
parent 241b6c5f65
commit f5f518bb43
2 changed files with 1 additions and 2 deletions

View File

@ -2466,7 +2466,7 @@ promote_cmd(unit * u, struct order * ord)
} }
use_all(u, i_silver->rtype, people); use_all(u, i_silver->rtype, people);
fset(u, UFL_HERO); fset(u, UFL_HERO);
ADDMSG(&u->faction->msgs, msg_message(u, ord, "hero_promotion", "unit cost", ADDMSG(&u->faction->msgs, msg_message("hero_promotion", "unit cost",
u, money)); u, money));
return 0; return 0;
} }

View File

@ -1193,7 +1193,6 @@ terminate(troop dt, troop at, int type, const char *damage, boolean missile)
} }
#ifdef SHOW_KILLS #ifdef SHOW_KILLS
++at.fighter->kills; ++at.fighter->kills;
assert(at.fighter->kills>=at.fighter->hits);
#endif #endif
#ifdef SMALL_BATTLE_MESSAGES #ifdef SMALL_BATTLE_MESSAGES