mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Revert "TOUCHE: Fix buffer overrun. CID 1003934"
This reverts commit 9d2cc7ce84
.
This commit is contained in:
parent
fcdf68df42
commit
8a0e813493
@ -102,7 +102,7 @@ struct KeyChar {
|
||||
int16 zPosPrev;
|
||||
int16 prevWalkDataNum;
|
||||
uint16 textColor;
|
||||
int16 inventoryItems[5];
|
||||
int16 inventoryItems[4];
|
||||
int16 money;
|
||||
int16 pointsDataNum;
|
||||
int16 currentWalkBox;
|
||||
|
Loading…
Reference in New Issue
Block a user