aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/alan2.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2019-06-22 21:04:39 -0700
committerPaul Gilbert2019-06-22 22:03:06 -0700
commit3683e74d65273126afd3d7a101c656b7b52b8580 (patch)
tree2aad93fdfc6365a63b620c1e20527ac4b75a6354 /engines/glk/alan2/alan2.cpp
parent9aadb2726732e1fcd517088bdcaff60a8a49710d (diff)
downloadscummvm-rg350-3683e74d65273126afd3d7a101c656b7b52b8580.tar.gz
scummvm-rg350-3683e74d65273126afd3d7a101c656b7b52b8580.tar.bz2
scummvm-rg350-3683e74d65273126afd3d7a101c656b7b52b8580.zip
GLK: ALAN2: Set up main game loop for restarting game
Diffstat (limited to 'engines/glk/alan2/alan2.cpp')
-rw-r--r--engines/glk/alan2/alan2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/alan2.cpp b/engines/glk/alan2/alan2.cpp
index 1ae5ddad35..7d5040ca67 100644
--- a/engines/glk/alan2/alan2.cpp
+++ b/engines/glk/alan2/alan2.cpp
@@ -39,7 +39,7 @@ namespace Alan2 {
Alan2 *g_vm = nullptr;
Alan2::Alan2(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, gameDesc),
- vm_exited_cleanly(false) {
+ vm_exited_cleanly(false), _restartFlag(false) {
g_vm = this;
}