File diff r905:70d0391ea3f4 → r906:2c4924b34d29
ai.h
Show inline comments
 
@@ -168,13 +168,6 @@ static const byte _illegal_curves[6] = {
 
    3, // upright and downright are not valid
 
};
 

	
 
static const TileIndexDiff _tiles_around[4] = {
 
    TILE_XY(-1,0),
 
    TILE_XY(0,1),
 
    TILE_XY(1,0),
 
    TILE_XY(0,-1),
 
};
 

	
 
enum {
 
    AI_STATE_STARTUP = 0,
 
    AI_STATE_FIRST_TIME,