mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Give _debuglevel a default value
svn-id: r5876
This commit is contained in:
parent
149aa08ba2
commit
55f1a4c7cd
@ -28,7 +28,6 @@
|
||||
#include "common/gameDetector.h"
|
||||
#include "common/config-file.h"
|
||||
|
||||
|
||||
#define CHECK_OPTION() if ((current_option != NULL) || (*s != '\0')) goto ShowHelpAndExit
|
||||
#define HANDLE_OPTION() if ((*s == '\0') && (current_option == NULL)) goto ShowHelpAndExit; \
|
||||
if ((*s != '\0') && (current_option != NULL)) goto ShowHelpAndExit; \
|
||||
@ -83,6 +82,7 @@ GameDetector::GameDetector()
|
||||
_amiga = false;
|
||||
|
||||
_talkSpeed = 60;
|
||||
_debugLevel = 1;
|
||||
_debugMode = 0;
|
||||
_noSubtitles = false;
|
||||
_bootParam = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user