More-accurate Flash.cpp variable arrangement

This commit is contained in:
Clownacy 2020-01-07 06:08:23 +00:00
parent b6d689aaa6
commit e0a8bd5114

View file

@ -37,7 +37,7 @@ void SetFlash(int x, int y, int mode)
void ActFlash_Explosion(int flx, int fly) void ActFlash_Explosion(int flx, int fly)
{ {
int left, right, top, bottom; int left, top, right, bottom;
switch (flash.act_no) switch (flash.act_no)
{ {