forked from github/server
parent
3a56a1127c
commit
b7fdfc5922
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ const troop no_troop = {0, 0};
|
||||||
static int
|
static int
|
||||||
army_index(side * s)
|
army_index(side * s)
|
||||||
{
|
{
|
||||||
return s->battle->nsides - s->index - 1;
|
return s->index;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef SIMPLE_ESCAPE
|
#ifndef SIMPLE_ESCAPE
|
||||||
|
|
Loading…
Reference in a new issue