mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-14 16:07:39 +00:00
GNAP: Enlarge some arrays in the alien arcade game
This commit is contained in:
parent
be6f7c0f83
commit
2a36415710
@ -235,10 +235,10 @@ private:
|
||||
int _alienWidth, _alienHeight;
|
||||
int _alienLeftX, _alienTopY;
|
||||
int _alienRowDownCtr;
|
||||
int _alienRowKind[7];
|
||||
int _alienRowAnims[7];
|
||||
int _alienRowIds[7];
|
||||
int _alienRowXOfs[7];
|
||||
int _alienRowKind[8];
|
||||
int _alienRowAnims[8];
|
||||
int _alienRowIds[8];
|
||||
int _alienRowXOfs[8];
|
||||
int _alienCannonFired[3];
|
||||
int _alienCannonPosX[3];
|
||||
int _alienCannonPosY[3];
|
||||
|
Loading…
x
Reference in New Issue
Block a user