Skip to content

Commit

Permalink
MI_Flash bin exact suggestion #2
Browse files Browse the repository at this point in the history
Co-Authored-By: qndel <[email protected]>
  • Loading branch information
AJenbo and qndel authored Mar 19, 2019
1 parent aa8abf8 commit 27cba36
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 @@ -3915,7 +3915,7 @@ void __fastcall MI_Flash(int i)
missile[i]._miDelFlag = TRUE;
if (missile[i]._micaster == 0) {
if (missile[i]._misource != -1)
plr[missile[i]._misource]._pInvincible = 0;
plr[missile[i]._misource]._pInvincible = FALSE;
}
}
PutMissile(i);
Expand Down

0 comments on commit 27cba36

Please sign in to comment.