aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/main.cpp')
-rw-r--r--engines/glk/alan2/main.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/glk/alan2/main.cpp b/engines/glk/alan2/main.cpp
index 196ff908ff..2a1b884b3d 100644
--- a/engines/glk/alan2/main.cpp
+++ b/engines/glk/alan2/main.cpp
@@ -1903,10 +1903,12 @@ static void openFiles()
Run the adventure
*/
-void run(void)
-{
+void run() {
openFiles();
+ // Set default line and column
+ col = lin = 1;
+
//setjmp(restart_label); /* Return here if he wanted to restart */
init(); /* Load, initialise and start the adventure */