From 222cd4a6513770914d09630d1001a8159ba3d0f9 Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Sat, 9 Jul 2011 18:45:51 +0000 Subject: NEVERHOOD: More work on Scene1001 and Klayman - Fix a bug in Klayman's walking - The lever can now be used - Other stuff is still missing - Remove entity.cpp since it's not needed --- engines/neverhood/sprite.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/neverhood/sprite.h') diff --git a/engines/neverhood/sprite.h b/engines/neverhood/sprite.h index 160bfe1a7f..16f741afaa 100644 --- a/engines/neverhood/sprite.h +++ b/engines/neverhood/sprite.h @@ -113,7 +113,7 @@ protected: int16 _frameIndex4; uint32 _fileHash6; uint32 _fileHash5; - int16 _status; + int16 _animStatus; int16 _counter; int _hashListIndex; int _newHashListIndex; @@ -143,7 +143,6 @@ protected: void setFileHash3(uint32 fileHash2, uint32 fileHash6, uint32 fileHash5); void setCallback1(AnimationCb callback1); void setCallback2(AnimationCb callback2); - int16 getHashListIndex(uint32 fileHash) { return 0; } // TODO !!! void removeCallbacks(); }; -- cgit v1.2.3