mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
Set vars to 0 on startup.
svn-id: r11625
This commit is contained in:
parent
97f1b78905
commit
3b2f7000cd
@ -478,6 +478,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
|
||||
memset(_charsetData, 0, sizeof(_charsetData));
|
||||
_charsetBufPos = 0;
|
||||
memset(_charsetBuffer, 0, sizeof(_charsetBuffer));
|
||||
_copyProtection = false;
|
||||
_demoMode = false;
|
||||
_noSubtitles = false;
|
||||
_confirmExit = false;
|
||||
_numInMsgStack = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user