mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 18:27:26 +00:00
SCI: Fix a non-initialized variable in GfxCursor - CID 1003112
This commit is contained in:
parent
3012aaa14f
commit
012a5ef040
@ -69,6 +69,10 @@ GfxCursor::GfxCursor(ResourceManager *resMan, GfxPalette *palette, GfxScreen *sc
|
||||
_useSilverSQ4CDCursors = ConfMan.getBool("silver_cursors");
|
||||
else
|
||||
_useSilverSQ4CDCursors = false;
|
||||
|
||||
// _coordAdjuster and _event will be initialized later on
|
||||
_coordAdjuster = NULL;
|
||||
_event = NULL;
|
||||
}
|
||||
|
||||
GfxCursor::~GfxCursor() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user