[Scummvm-cvs-logs] SF.net SVN: scummvm: [25403] scummvm/trunk/engines/gob/goblin.h
drmccoy at users.sourceforge.net
drmccoy at users.sourceforge.net
Tue Feb 6 20:55:25 CET 2007
Revision: 25403
http://scummvm.svn.sourceforge.net/scummvm/?rev=25403&view=rev
Author: drmccoy
Date: 2007-02-06 11:55:21 -0800 (Tue, 06 Feb 2007)
Log Message:
-----------
Made Goblin::Gob_Object::order explicitely signed, should fix bug #1625292 (Wrong sprite in foreground)
Modified Paths:
--------------
scummvm/trunk/engines/gob/goblin.h
Modified: scummvm/trunk/engines/gob/goblin.h
===================================================================
--- scummvm/trunk/engines/gob/goblin.h 2007-02-06 19:16:41 UTC (rev 25402)
+++ scummvm/trunk/engines/gob/goblin.h 2007-02-06 19:55:21 UTC (rev 25403)
@@ -79,7 +79,7 @@
Gob_StateLine *stateMach; // +28h
Gob_StateLine *realStateMach; // +2ch
char doAnim; // +30h
- char order; // +31h
+ int8 order; // +31h
char noTick; // +32h
char toRedraw; // +33h
char type; // +34h
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