[Scummvm-cvs-logs] scummvm master -> c2ece0c82e57e29da2695b6915df6e3aecd9a608
Strangerke
Strangerke at scummvm.org
Tue May 27 00:10:38 CEST 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:
c2ece0c82e MADS: Avoid double-initialization in EventsManager
Commit: c2ece0c82e57e29da2695b6915df6e3aecd9a608
https://github.com/scummvm/scummvm/commit/c2ece0c82e57e29da2695b6915df6e3aecd9a608
Author: Strangerke (strangerke at scummvm.org)
Date: 2014-05-27T00:09:16+02:00
Commit Message:
MADS: Avoid double-initialization in EventsManager
Changed paths:
engines/mads/events.cpp
diff --git a/engines/mads/events.cpp b/engines/mads/events.cpp
index b72d3f4..e1240da 100644
--- a/engines/mads/events.cpp
+++ b/engines/mads/events.cpp
@@ -46,7 +46,6 @@ EventsManager::EventsManager(MADSEngine *vm) {
_mouseMoved = false;
_vD8 = 0;
_rightMousePressed = false;
- _cursorId = _newCursorId = CURSOR_NONE;
}
EventsManager::~EventsManager() {
More information about the Scummvm-git-logs
mailing list