aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/strres.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/strres.h')
-rw-r--r--engines/tinsel/strres.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/strres.h b/engines/tinsel/strres.h
index f6e86951b6..772896c81f 100644
--- a/engines/tinsel/strres.h
+++ b/engines/tinsel/strres.h
@@ -35,7 +35,7 @@ namespace Tinsel {
#define MAX_STRRES_SIZE 300000 // maximum size of string resource file
// Set if we're handling 2-byte characters.
-extern bool bMultiByte;
+extern bool g_bMultiByte;
/*----------------------------------------------------------------------*\
|* Function Prototypes *|