From 8a0e8134938435524c79944656edf6807c3a3722 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 1 Feb 2016 20:17:09 +0100 Subject: Revert "TOUCHE: Fix buffer overrun. CID 1003934" This reverts commit 9d2cc7ce84107d93d56371e8266cbe2193a7923b. --- engines/touche/touche.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3