[Scummvm-git-logs] scummvm master -> 31967588406d5405d33456b5125463432c3aec96

dreammaster dreammaster at scummvm.org
Mon Aug 29 01:27:44 CEST 2016


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:
3196758840 TITANIC: Fix infinite loop in CToggleSwitch message handling


Commit: 31967588406d5405d33456b5125463432c3aec96
    https://github.com/scummvm/scummvm/commit/31967588406d5405d33456b5125463432c3aec96
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-28T19:27:35-04:00

Commit Message:
TITANIC: Fix infinite loop in CToggleSwitch message handling

Changed paths:
    engines/titanic/gfx/toggle_switch.cpp



diff --git a/engines/titanic/gfx/toggle_switch.cpp b/engines/titanic/gfx/toggle_switch.cpp
index 456ac79..815f96c 100644
--- a/engines/titanic/gfx/toggle_switch.cpp
+++ b/engines/titanic/gfx/toggle_switch.cpp
@@ -24,7 +24,7 @@
 
 namespace Titanic {
 
-BEGIN_MESSAGE_MAP(CToggleSwitch, CToggleSwitch)
+BEGIN_MESSAGE_MAP(CToggleSwitch, CGameObject)
 	ON_MESSAGE(MouseButtonUpMsg)
 	ON_MESSAGE(ChildDragStartMsg)
 	ON_MESSAGE(ChildDragMoveMsg)





More information about the Scummvm-git-logs mailing list