Skip to content

Commit

Permalink
MI_Apoca bin exact suggestion #2
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 24, 2019
1 parent 2fbe2f1 commit d8132cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/missiles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4468,7 +4468,7 @@ void __fastcall MI_Apoca(int i)
BOOL exit;

id = missile[i]._misource;
exit = 0;
exit = FALSE;
for (j = missile[i]._miVar2; j < missile[i]._miVar3 && !exit; j++) {
for (k = missile[i]._miVar4; k < missile[i]._miVar5 && !exit; k++) {
if (dMonster[k][j] > 3 && !nSolidTable[dPiece[k][j]]) {
Expand Down

0 comments on commit d8132cf

Please # to comment.