Code relocation.

This commit is contained in:
PsiOmegaDelta
2015-08-17 09:38:34 +02:00
parent 55bc41241f
commit 9c08b58534
+2 -1
View File
@@ -58,7 +58,8 @@
#define ROBOT 8
#define SLIME 16
#define SIMPLE_ANIMAL 32
#define ALLMOBS (HUMAN|MONKEY|ALIEN|ROBOT|SLIME|SIMPLE_ANIMAL)
#define HEAVY 64
#define ALLMOBS (HUMAN|MONKEY|ALIEN|ROBOT|SLIME|SIMPLE_ANIMAL|HEAVY)
#define NEXT_MOVE_DELAY 8