mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 08:53:51 +00:00
MADS: Fix missing initialization in EventsManager class.
Fixes CID #1216233.
This commit is contained in:
parent
e80f960559
commit
8f4859df33
@ -33,6 +33,8 @@ namespace MADS {
|
||||
EventsManager::EventsManager(MADSEngine *vm) {
|
||||
_vm = vm;
|
||||
_cursorSprites = nullptr;
|
||||
_cursorId = CURSOR_NONE;
|
||||
_newCursorId = CURSOR_NONE;
|
||||
_frameCounter = 10;
|
||||
_priorFrameTime = 0;
|
||||
_mouseClicked = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user