Browse Source

[hellfire] CalcPlrBookVals bin exact

pull/876/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
e067f9832e
  1. 3
      Source/items.cpp

3
Source/items.cpp

@ -788,8 +788,9 @@ void CalcPlrBookVals(int p)
if (!currlevel) {
for (i = 1; witchitem[i]._itype != ITYPE_NONE; i++) {
WitchBookLevel(i);
#ifndef HELLFIRE
witchitem[i]._iStatFlag = StoreStatOk(&witchitem[i]);
}
#endif }
}
for (i = 0; i < plr[p]._pNumInv; i++) {

Loading…
Cancel
Save