aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/objects.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-07 19:43:24 +0200
committerFilippos Karapetis2013-01-07 19:43:24 +0200
commite57c82f9dae625aec53530e6e1e8e06d6a13b533 (patch)
treedff26db5dda6feb89ccff3f8030bc9791eab123b /engines/hopkins/objects.h
parent60e11931ba4e4bec8e6e38eb8e946ca71624c274 (diff)
downloadscummvm-rg350-e57c82f9dae625aec53530e6e1e8e06d6a13b533.tar.gz
scummvm-rg350-e57c82f9dae625aec53530e6e1e8e06d6a13b533.tar.bz2
scummvm-rg350-e57c82f9dae625aec53530e6e1e8e06d6a13b533.zip
HOPKINS: Get rid of the NOSPRECRAN global variable
Diffstat (limited to 'engines/hopkins/objects.h')
-rw-r--r--engines/hopkins/objects.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/objects.h b/engines/hopkins/objects.h
index 5067e8f0ec..db9b85a0d0 100644
--- a/engines/hopkins/objects.h
+++ b/engines/hopkins/objects.h
@@ -240,13 +240,13 @@ public:
* Game scene control method
*/
void PERSONAGE(const Common::String &backgroundFile, const Common::String &linkFile,
- const Common::String &animFile, const Common::String &s4, int v);
+ const Common::String &animFile, const Common::String &s4, int v, bool initializeScreen);
/**
* Game scene control method
*/
void PERSONAGE2(const Common::String &backgroundFile, const Common::String &linkFile,
- const Common::String &animFile, const Common::String &s4, int v);
+ const Common::String &animFile, const Common::String &s4, int v, bool initializeScreen);
};
} // End of namespace Hopkins