Browse Source

Theme_Library cleanup

pull/256/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
70726ba2aa
  1. 7
      Source/themes.cpp

7
Source/themes.cpp

@ -730,9 +730,12 @@ void Theme_Library(int t)
}
}
if (!QuestStatus(QTYPE_ZHAR)) {
if (QuestStatus(QTYPE_ZHAR)) {
if (t == zharlib) {
return;
}
PlaceThemeMonsts(t, monstrnd[leveltype]); /// BUGFIX: `leveltype - 1`
} else if (t != zharlib) {
} else {
PlaceThemeMonsts(t, monstrnd[leveltype]); /// BUGFIX: `leveltype - 1`
}
}

Loading…
Cancel
Save