From 9d2cc7ce84107d93d56371e8266cbe2193a7923b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 29 Oct 2013 09:46:59 +0200 Subject: TOUCHE: Fix buffer overrun. CID 1003934 --- engines/touche/touche.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/touche') diff --git a/engines/touche/touche.h b/engines/touche/touche.h index 6ac43e7dfe..9cc42b0c68 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[4]; + int16 inventoryItems[5]; int16 money; int16 pointsDataNum; int16 currentWalkBox; -- cgit v1.2.3