Help debugging

svn-id: r26704
This commit is contained in:
Chris Apers 2007-05-01 10:20:48 +00:00
parent 7162fb7682
commit 1c8dcd3680

View file

@ -455,7 +455,11 @@ Boolean StartScummVM() {
// gVars values
// (gVars->HRrefNum defined in checkHRmode on Clié)
#ifndef _DEBUG_ENGINE
gVars->VFS.volRefNum = (gPrefs->card.autoDetect ? vfsInvalidVolRef : gPrefs->card.volRefNum);
#else
gVars->VFS.volRefNum = gPrefs->card.volRefNum;
#endif
gVars->vibrator = gPrefs->vibrator;
gVars->stdPalette = gPrefs->stdPalette;
gVars->VFS.cacheSize = (gPrefs->card.useCache ? gPrefs->card.cacheSize : 0);