aboutsummaryrefslogtreecommitdiff
path: root/engines/groovie/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/groovie/script.h')
-rw-r--r--engines/groovie/script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/groovie/script.h b/engines/groovie/script.h
index 682638afec..ee4933a828 100644
--- a/engines/groovie/script.h
+++ b/engines/groovie/script.h
@@ -66,6 +66,9 @@ private:
Common::String _scriptFile;
Common::String _savedScriptFile;
+ // Save names
+ Common::String _saveNames[10];
+
// Code
byte *_code;
uint16 _currentInstruction;