[Scummvm-cvs-logs] scummvm master -> 9754be2d07599a2b9db7816450d282c7cecd78cb

eriktorbjorn eriktorbjorn at telia.com
Mon Jan 6 22:30:11 CET 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9754be2d07 NEVERHOOD: Tiny cleanup


Commit: 9754be2d07599a2b9db7816450d282c7cecd78cb
    https://github.com/scummvm/scummvm/commit/9754be2d07599a2b9db7816450d282c7cecd78cb
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2014-01-06T13:29:32-08:00

Commit Message:
NEVERHOOD: Tiny cleanup

Changed paths:
    engines/neverhood/module.cpp



diff --git a/engines/neverhood/module.cpp b/engines/neverhood/module.cpp
index d1578e6..3ef4554 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 &param, Entity *sender) {
 	switch (messageNum) {
 	case 0x0008:
-		sendMessage(_parentModule, 8, 0);
+		sendMessage(_parentModule, 0x0008, 0);
 		return 0;
 	case 0x1009:
 		_moduleResult = param.asInteger();






More information about the Scummvm-git-logs mailing list