Make STEED unconditional.
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user