Add Assertion

This commit is contained in:
galaxyhaxz 2019-01-01 16:51:30 -06:00 committed by Anders Jenbo
commit c3e8ff1c18

View file

@ -70,6 +70,7 @@ const int InvItemHeight[180] = {
void __cdecl InitCursor()
{
/// ASSERT: assert(! pCursCels);
pCursCels = LoadFileInMem("Data\\Inv\\Objcurs.CEL", 0);
ClearCursor();
}