aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/console.cpp')
-rw-r--r--engines/saga/console.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/saga/console.cpp b/engines/saga/console.cpp
index 4b62ec3bc4..87e825272d 100644
--- a/engines/saga/console.cpp
+++ b/engines/saga/console.cpp
@@ -54,6 +54,8 @@ Console::Console(SagaEngine *vm) : GUI::Debugger() {
// Game stuff
#if 0
+ #define MAXPATH 512
+
// Register "g_language" cfg cvar
strncpy(GameModule.game_language, "us", MAXPATH);