forked from github/server
missing ifdef
This commit is contained in:
parent
ae7eefa47c
commit
57623bb2a7
1 changed files with 1 additions and 0 deletions
|
@ -1252,6 +1252,7 @@ randomevents(void)
|
||||||
chaoscounts(r, -(int) (i * ((double) (rng_int() % 10)) / 100.0));
|
chaoscounts(r, -(int) (i * ((double) (rng_int() % 10)) / 100.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HERBS_ROT
|
||||||
for (r = regions; r; r = r->next) {
|
for (r = regions; r; r = r->next) {
|
||||||
for (u = r->units; u; u=u->next) {
|
for (u = r->units; u; u=u->next) {
|
||||||
item **itmp = &u->items, *hbag = *i_find(&u->items, olditemtype[I_SACK_OF_CONSERVATION]);
|
item **itmp = &u->items, *hbag = *i_find(&u->items, olditemtype[I_SACK_OF_CONSERVATION]);
|
||||||
|
|
Loading…
Reference in a new issue