aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/args.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/args.cpp')
-rw-r--r--engines/glk/alan2/args.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/alan2/args.cpp b/engines/glk/alan2/args.cpp
index aceb00b67a..19462393a3 100644
--- a/engines/glk/alan2/args.cpp
+++ b/engines/glk/alan2/args.cpp
@@ -65,6 +65,7 @@ static void switches(argc, argv)
char *argv[];
#endif
{
+#ifndef GLK
uint i;
advnam = "";
@@ -111,6 +112,7 @@ static void switches(argc, argv)
advnam[strlen(advnam)-4] = '\0';
}
}
+#endif
}