aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/various.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-11-12 23:21:05 +0000
committerFilippos Karapetis2008-11-12 23:21:05 +0000
commit28da377ccb945797aedf76c73eaec4773d03a0ef (patch)
treeafa63dff0e85beff800b87ed108da91028534702 /engines/cine/various.cpp
parentf1b1327b3359c6b43dff663094c9451b7d1e246b (diff)
downloadscummvm-rg350-28da377ccb945797aedf76c73eaec4773d03a0ef.tar.gz
scummvm-rg350-28da377ccb945797aedf76c73eaec4773d03a0ef.tar.bz2
scummvm-rg350-28da377ccb945797aedf76c73eaec4773d03a0ef.zip
Saving and loading from the GMM is now supported in the cine engine
svn-id: r35031
Diffstat (limited to 'engines/cine/various.cpp')
-rw-r--r--engines/cine/various.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cine/various.cpp b/engines/cine/various.cpp
index 1bd3d3967c..4d928456d4 100644
--- a/engines/cine/various.cpp
+++ b/engines/cine/various.cpp
@@ -115,7 +115,7 @@ uint16 yMoveKeyb = kKeybMoveCenterY;
SelectedObjStruct currentSelectedObject;
-static CommandeType currentSaveName[10];
+CommandeType currentSaveName[10];
int16 currentDisk;
static const int16 choiceResultTable[] = { 1, 1, 1, 2, 1, 1, 1 };