From d138a880bf8498ac6facc66ac4dbc9cddbd33891 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 27 Dec 2004 21:54:20 +0000 Subject: Fix for bug #1091748 (DIG: Starting new games takes a long time); turns out querying the debuglevel from the config-manager very often is too slow svn-id: r16345 --- base/gameDetector.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/gameDetector.h') diff --git a/base/gameDetector.h b/base/gameDetector.h index e74176d5a4..fc45afd613 100644 --- a/base/gameDetector.h +++ b/base/gameDetector.h @@ -38,6 +38,8 @@ enum { GF_DEFAULT_TO_1X_SCALER = 1 << 30 }; +extern int gDebugLevel; + struct GameSettings { const char *name; const char *description; -- cgit v1.2.3