NO_RANDOM_BRAINEATER fix

This commit is contained in:
Christian Schlittchen 2005-10-02 15:33:50 +00:00
parent f7a17ff3d0
commit 1049ef4a76
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ random_in_teleport_plane(void)
if (f0==NULL) return;
/* Für WDW abschaltbar machen */
#if NO_RANDOM_BRAINEATERS == 1
#if NO_RANDOM_BRAINEATERS == 0
for (r=regions; r; r=r->next) {
if (rplane(r) != get_astralplane() || rterrain(r) != T_ASTRAL) continue;