More-accurate Flash.cpp variable arrangement
This commit is contained in:
parent
b6d689aaa6
commit
e0a8bd5114
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void SetFlash(int x, int y, int mode)
|
|||
|
||||
void ActFlash_Explosion(int flx, int fly)
|
||||
{
|
||||
int left, right, top, bottom;
|
||||
int left, top, right, bottom;
|
||||
|
||||
switch (flash.act_no)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue