mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
MADS: Avoid double-initialization in EventsManager
This commit is contained in:
parent
e7f467c41f
commit
c2ece0c82e
@ -46,7 +46,6 @@ EventsManager::EventsManager(MADSEngine *vm) {
|
||||
_mouseMoved = false;
|
||||
_vD8 = 0;
|
||||
_rightMousePressed = false;
|
||||
_cursorId = _newCursorId = CURSOR_NONE;
|
||||
}
|
||||
|
||||
EventsManager::~EventsManager() {
|
||||
|
Loading…
Reference in New Issue
Block a user