forked from github/server
NO_RANDOM_BRAINEATER fix
This commit is contained in:
parent
f7a17ff3d0
commit
1049ef4a76
|
@ -146,7 +146,7 @@ random_in_teleport_plane(void)
|
||||||
if (f0==NULL) return;
|
if (f0==NULL) return;
|
||||||
|
|
||||||
/* Für WDW abschaltbar machen */
|
/* Für WDW abschaltbar machen */
|
||||||
#if NO_RANDOM_BRAINEATERS == 1
|
#if NO_RANDOM_BRAINEATERS == 0
|
||||||
for (r=regions; r; r=r->next) {
|
for (r=regions; r; r=r->next) {
|
||||||
if (rplane(r) != get_astralplane() || rterrain(r) != T_ASTRAL) continue;
|
if (rplane(r) != get_astralplane() || rterrain(r) != T_ASTRAL) continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue