Skip to content

Commit

Permalink
Removed some debugging text
Browse files Browse the repository at this point in the history
  • Loading branch information
sgb committed Jun 3, 2013
1 parent d620be0 commit 9981afc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions battle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 719,6 @@ int Game::KillDead(Location * l, Battle *b)
}
if (l->unit->raised > 0) {
undead = getrandom(l->unit->raised * 2 / 3 1);
printf("Raising: %d => %d\n", l->unit->raised, l->unit->raised * 2 / 3 1);
skel = l->unit->raised - undead;
tmp = ItemString(I_SKELETON, skel);
if (undead > 0) {
Expand Down Expand Up @@ -824,7 823,6 @@ int Game::RunBattle(ARegion * r,Unit * attacker,Unit * target,int ass,
}
if (uncontrolled > 0 && monfaction > 0) {
int undead = getrandom(uncontrolled * 2 / 3 1);
printf("Raising: %d => %d\n", uncontrolled, uncontrolled * 2 / 3 1);
int skel = uncontrolled - undead;
AString tmp = ItemString(I_SKELETON, skel);
if (undead > 0) {
Expand Down

0 comments on commit 9981afc

Please sign in to comment.