aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 1c87fb3b23..473163ed9a 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -64,7 +64,7 @@ public:
int _talk;
int _give;
- bool loadFromStream(Common::SeekableReadStream &stream);
+ bool loadStream(Common::SeekableReadStream &stream);
bool loadRoom(byte *roomData);
int getOptionOffset(int option);
@@ -123,7 +123,7 @@ public:
ScriptInfo _scriptInfo;
- bool loadFromStream(Common::SeekableReadStream &stream);
+ bool loadStream(Common::SeekableReadStream &stream);
template <typename T>
T read(uint32 address) {