missing ifdef

This commit is contained in:
Enno Rehling 2008-05-25 09:33:27 +00:00
parent ae7eefa47c
commit 57623bb2a7
1 changed files with 1 additions and 0 deletions

View File

@ -1252,6 +1252,7 @@ randomevents(void)
chaoscounts(r, -(int) (i * ((double) (rng_int() % 10)) / 100.0));
}
#ifdef HERBS_ROT
for (r = regions; r; r = r->next) {
for (u = r->units; u; u=u->next) {
item **itmp = &u->items, *hbag = *i_find(&u->items, olditemtype[I_SACK_OF_CONSERVATION]);