From 8833cdb03fcb2d635bd05ca72854e35157a05ecd Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 6 Feb 2007 19:55:21 +0000 Subject: [PATCH] Made Goblin::Gob_Object::order explicitely signed, should fix bug #1625292 (Wrong sprite in foreground) svn-id: r25403 --- engines/gob/goblin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/gob/goblin.h b/engines/gob/goblin.h index 0050c5744e1..517b0a908f8 100644 --- a/engines/gob/goblin.h +++ b/engines/gob/goblin.h @@ -79,7 +79,7 @@ public: 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