diff options
author | Johannes Schickel | 2008-04-01 18:35:14 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-04-01 18:35:14 +0000 |
commit | 3b81a73e52dacf347b5a55223f346dfb4da69a5e (patch) | |
tree | 4ae432bfc4452c3ef7e7317f4e69ae850f50c955 /engines | |
parent | 7744a3b053eac083e974c88fb44ab94ed80ccfa9 (diff) | |
download | scummvm-rg350-3b81a73e52dacf347b5a55223f346dfb4da69a5e.tar.gz scummvm-rg350-3b81a73e52dacf347b5a55223f346dfb4da69a5e.tar.bz2 scummvm-rg350-3b81a73e52dacf347b5a55223f346dfb4da69a5e.zip |
Fixed bug in GUI code, should hopefully fix white boxes appearing around inventory.
svn-id: r31355
Diffstat (limited to 'engines')
-rw-r--r-- | engines/kyra/gui_v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; \ |