Browse Source

Added `LIGHTSIZE` constant

pull/4/head
Dennis Duda 8 years ago
parent
commit
8bd518031b
  1. 2
      Source/monster.cpp

2
Source/monster.cpp

@ -876,7 +876,7 @@ void __fastcall PlaceUniqueMonst(int uniqindex, int miniontype, int unpackfilesi
MonsterStruct *Monst = &monster[nummonsters];
int count = 0;
if ( (uniquetrans + 19) << 8 >= 6912 )
if ( (uniquetrans + 19) << 8 >= LIGHTSIZE )
{
return;
}

Loading…
Cancel
Save