Help debugging
svn-id: r26704
This commit is contained in:
parent
7162fb7682
commit
1c8dcd3680
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue