[Scummvm-cvs-logs] SF.net SVN: scummvm: [31335] scummvm/trunk/engines/kyra/gui_v2.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Sun Mar 30 20:37:28 CEST 2008
Revision: 31335
http://scummvm.svn.sourceforge.net/scummvm/?rev=31335&view=rev
Author: lordhoto
Date: 2008-03-30 11:37:27 -0700 (Sun, 30 Mar 2008)
Log Message:
-----------
Fixed bug which caused sometimes garbage text to be displayed.
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-03-30 18:37:09 UTC (rev 31334)
+++ scummvm/trunk/engines/kyra/gui_v2.h 2008-03-30 18:37:27 UTC (rev 31335)
@@ -84,7 +84,7 @@
item.color1 = k; \
item.color2 = l; \
item.saveSlot = m; \
- item.labelString = n; \
+ item.labelId = n; \
item.labelX = o; \
item.labelY = p; \
item.unk1F = q
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