[Scummvm-cvs-logs] SF.net SVN: scummvm: [31355] scummvm/trunk/engines/kyra/gui_v2.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Apr 1 20:35:14 CEST 2008
Revision: 31355
http://scummvm.svn.sourceforge.net/scummvm/?rev=31355&view=rev
Author: lordhoto
Date: 2008-04-01 11:35:14 -0700 (Tue, 01 Apr 2008)
Log Message:
-----------
Fixed bug in GUI code, should hopefully fix white boxes appearing around inventory.
Modified Paths:
--------------
scummvm/trunk/engines/kyra/gui_v2.h
Modified: scummvm/trunk/engines/kyra/gui_v2.h
===================================================================
--- scummvm/trunk/engines/kyra/gui_v2.h 2008-04-01 18:23:54 UTC (rev 31354)
+++ scummvm/trunk/engines/kyra/gui_v2.h 2008-04-01 18:35:14 UTC (rev 31355)
@@ -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; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list