From 3b81a73e52dacf347b5a55223f346dfb4da69a5e Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 1 Apr 2008 18:35:14 +0000 Subject: Fixed bug in GUI code, should hopefully fix white boxes appearing around inventory. svn-id: r31355 --- engines/kyra/gui_v2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/kyra/gui_v2.h b/engines/kyra/gui_v2.h index 555014b195..d103ae6c74 100644 --- a/engines/kyra/gui_v2.h +++ b/engines/kyra/gui_v2.h @@ -34,8 +34,8 @@ button.unk6 = b; \ button.unk8 = c; \ button.data0Val1 = d; \ - button.data0Val2 = e; \ - button.data0Val3 = f; \ + button.data1Val1 = e; \ + button.data2Val1 = f; \ button.flags = h; \ button.data0ShapePtr = button.data1ShapePtr = button.data2ShapePtr = 0; \ button.dimTableIndex = i; \ -- cgit v1.2.3