diff options
-rw-r--r-- | engines/touche/touche.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 20bf723553..3de5b8caf2 100644 --- a/engines/touche/touche.h +++ b/engines/touche/touche.h @@ -102,7 +102,7 @@ struct KeyChar { int16 zPosPrev; int16 prevWalkDataNum; uint16 textColor; - int16 inventoryItems[5]; + int16 inventoryItems[4]; int16 money; int16 pointsDataNum; int16 currentWalkBox; |