forked from github/server
CID LAST_ROW 22455 Logically dead code
github issue #359 song of confusion was not selecting from fleeing units
This commit is contained in:
parent
2a7fc87656
commit
e16e669294
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@ extern "C" {
|
||||||
#define BEHIND_ROW 2
|
#define BEHIND_ROW 2
|
||||||
#define AVOID_ROW 3
|
#define AVOID_ROW 3
|
||||||
#define FLEE_ROW 4
|
#define FLEE_ROW 4
|
||||||
#define LAST_ROW (NUMROWS-1)
|
|
||||||
#define FIRST_ROW FIGHT_ROW
|
#define FIRST_ROW FIGHT_ROW
|
||||||
|
#define LAST_ROW FLEE_ROW
|
||||||
#define MAXSIDES 192 /* if there are ever more than this, we're fucked. */
|
#define MAXSIDES 192 /* if there are ever more than this, we're fucked. */
|
||||||
|
|
||||||
struct message;
|
struct message;
|
||||||
|
|
Loading…
Reference in a new issue