Make STEED unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:33:01 -05:00
parent 264dc66129
commit 9e65758947
62 changed files with 98 additions and 641 deletions
-5
View File
@@ -5,9 +5,6 @@
#include "hack.h"
#ifdef STEED
/* Monsters that might be ridden */
static NEARDATA const char steeds[] = {
S_QUADRUPED, S_UNICORN, S_ANGEL, S_CENTAUR, S_DRAGON, S_JABBERWOCK, '\0'
@@ -698,6 +695,4 @@ int x, y;
level.monsters[x][y] = mon;
}
#endif /* STEED */
/*steed.c*/