Made Goblin::Gob_Object::order explicitely signed, should fix bug #1625292 (Wrong sprite in foreground)

svn-id: r25403
This commit is contained in:
Sven Hesse 2007-02-06 19:55:21 +00:00
parent 1c9c972d05
commit 8833cdb03f

View File

@ -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