aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/init.h
diff options
context:
space:
mode:
authorArnaud Boutonné2010-08-17 07:41:15 +0000
committerArnaud Boutonné2010-08-17 07:41:15 +0000
commit8ed0a70b0622bcb1daf86975f18a9b932eccd8de (patch)
tree589282946967b54fba57443810d64f4b9bee4ca1 /engines/gob/init.h
parent0bfb74fd5723c8bd6aba30a67fdcd73fd5fc5d9b (diff)
downloadscummvm-rg350-8ed0a70b0622bcb1daf86975f18a9b932eccd8de.tar.gz
scummvm-rg350-8ed0a70b0622bcb1daf86975f18a9b932eccd8de.tar.bz2
scummvm-rg350-8ed0a70b0622bcb1daf86975f18a9b932eccd8de.zip
Fascination - Fix the texts not cleaned up (eg Hotel Hall). Thanks SylvainTV for identifying the problem
svn-id: r52135
Diffstat (limited to 'engines/gob/init.h')
-rw-r--r--engines/gob/init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/init.h b/engines/gob/init.h
index d4481d8e16..8716c5e67d 100644
--- a/engines/gob/init.h
+++ b/engines/gob/init.h
@@ -96,7 +96,7 @@ public:
Init_Fascination(GobEngine *vm);
~Init_Fascination();
- void initGame();
+ void updateConfig();
};
} // End of namespace Gob