mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 10:26:40 +00:00
VOYEUR: Fix some missing variable initializations
This commit is contained in:
parent
b5c086270d
commit
72770f2341
@ -73,6 +73,15 @@ VoyeurEngine::VoyeurEngine(OSystem *syst, const VoyeurGameDescription *gameDesc)
|
||||
_graphicsManager = new GraphicsManager(this);
|
||||
_soundManager = new SoundManager(_mixer);
|
||||
_voy = new SVoy(this);
|
||||
|
||||
_stampLibPtr = nullptr;
|
||||
_controlGroupPtr = nullptr;
|
||||
_stampData = nullptr;
|
||||
_stackGroupPtr = nullptr;
|
||||
_glGoState = -1;
|
||||
_glGoStack = -1;
|
||||
_resolvePtr = nullptr;
|
||||
_mainThread = nullptr;
|
||||
}
|
||||
|
||||
VoyeurEngine::~VoyeurEngine() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user