diff options
author | Torbjörn Andersson | 2014-01-06 22:29:32 +0100 |
---|---|---|
committer | Torbjörn Andersson | 2014-01-06 22:29:32 +0100 |
commit | 9754be2d07599a2b9db7816450d282c7cecd78cb (patch) | |
tree | 9b66875def44fb1903690d1a7de62c4aa6b776d4 /engines | |
parent | e26462696d6ca8b05b790b615c649ee444c7b565 (diff) | |
download | scummvm-rg350-9754be2d07599a2b9db7816450d282c7cecd78cb.tar.gz scummvm-rg350-9754be2d07599a2b9db7816450d282c7cecd78cb.tar.bz2 scummvm-rg350-9754be2d07599a2b9db7816450d282c7cecd78cb.zip |
NEVERHOOD: Tiny cleanup
Diffstat (limited to 'engines')
-rw-r--r-- | engines/neverhood/module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/neverhood/module.cpp b/engines/neverhood/module.cpp index d1578e680c..3ef4554334 100644 --- a/engines/neverhood/module.cpp +++ b/engines/neverhood/module.cpp @@ -48,7 +48,7 @@ void Module::draw() { uint32 Module::handleMessage(int messageNum, const MessageParam ¶m, Entity *sender) { switch (messageNum) { case 0x0008: - sendMessage(_parentModule, 8, 0); + sendMessage(_parentModule, 0x0008, 0); return 0; case 0x1009: _moduleResult = param.asInteger(); |