- Noch ein Fehler bei den combatrows

This commit is contained in:
Christian Schlittchen 2002-03-10 07:39:12 +00:00
parent 0c44322461
commit 76965f8c3e
1 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ sp_chaosrow(fighter * fi, int level, int force, spell * sp)
if (df->unit->race->battle_flags & BF_NOBLOCK) {
df->side->nonblockers[row] -= df->alive;
}
row = FIRST_ROW + (rand()% NUMROWS);
row = FIRST_ROW + (rand()%(NUMROWS-1));
switch (row) {
case FIGHT_ROW:
df->status = ST_FIGHT;