Skip to content

Commit

Permalink
NEVERHOOD: Tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jan 6, 2014
1 parent e264626 commit 9754be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/neverhood/module.cpp
Expand Up @@ -48,7 +48,7 @@ void Module::draw() {
uint32 Module::handleMessage(int messageNum, const MessageParam &param, Entity *sender) {
switch (messageNum) {
case 0x0008:
sendMessage(_parentModule, 8, 0);
sendMessage(_parentModule, 0x0008, 0);
return 0;
case 0x1009:
_moduleResult = param.asInteger();
Expand Down

0 comments on commit 9754be2

Please sign in to comment.