Skip to content

Commit

Permalink
InitObjectGFX bin exact suggestion #1
Browse files Browse the repository at this point in the history
Co-Authored-By: qndel <stefan551@o2.pl>
  • Loading branch information
AJenbo and qndel authored Mar 28, 2019
1 parent e4c81a9 commit 9f4b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/objects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ void __cdecl InitObjectGFX()

for (i = 0; AllObjects[i].oload != -1; i++) {
if (AllObjects[i].oload == 1
&& (signed int)currlevel >= AllObjects[i].ominlvl
&& (int)currlevel >= AllObjects[i].ominlvl
&& (signed int)currlevel <= AllObjects[i].omaxlvl) {
fileload[AllObjects[i].ofindex] = TRUE;
}
Expand Down

0 comments on commit 9f4b9ae

Please # to comment.