diff options
author | johndoe123 | 2011-07-07 17:28:51 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-05-08 20:30:58 +0200 |
commit | 3131cc6f1899b3eaa5f234d95801a8bff77144e0 (patch) | |
tree | 8779109365f156c64302fedd32b027f351b2e790 /engines/neverhood | |
parent | 88d2759f85443541ecdd2f50bef3492a99209309 (diff) | |
download | scummvm-rg350-3131cc6f1899b3eaa5f234d95801a8bff77144e0.tar.gz scummvm-rg350-3131cc6f1899b3eaa5f234d95801a8bff77144e0.tar.bz2 scummvm-rg350-3131cc6f1899b3eaa5f234d95801a8bff77144e0.zip |
NEVERHOOD: Implement Klayman::update
Diffstat (limited to 'engines/neverhood')
-rw-r--r-- | engines/neverhood/klayman.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/neverhood/klayman.cpp b/engines/neverhood/klayman.cpp index 49c60932c1..836b2e0bb0 100644 --- a/engines/neverhood/klayman.cpp +++ b/engines/neverhood/klayman.cpp @@ -74,6 +74,8 @@ uint32 Klayman::xHandleMessage(int messageNum, const MessageParam ¶m) { } void Klayman::update() { + AnimatedSprite::update(); + xUpdate(); } void Klayman::setKlaymanTable(const KlaymanTableItem *table, int tableCount) { |