Skip to content

Commit

Permalink
NEVERHOOD: Implement Klayman::update
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoe123 authored and wjp committed May 8, 2013
1 parent 88d2759 commit 3131cc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/neverhood/klayman.cpp
Expand Up @@ -74,6 +74,8 @@ uint32 Klayman::xHandleMessage(int messageNum, const MessageParam &param) {
}

void Klayman::update() {
AnimatedSprite::update();
xUpdate();
}

void Klayman::setKlaymanTable(const KlaymanTableItem *table, int tableCount) {
Expand Down

0 comments on commit 3131cc6

Please sign in to comment.