- fixed army_index
This commit is contained in:
Enno Rehling 2008-02-04 23:36:22 +00:00
parent 3a56a1127c
commit b7fdfc5922
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ const troop no_troop = {0, 0};
static int
army_index(side * s)
{
return s->battle->nsides - s->index - 1;
return s->index;
}
#ifndef SIMPLE_ESCAPE