aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-10-07 02:14:12 +0200
committerlukaslw2014-10-07 02:14:12 +0200
commit115340bc874c0a79d64db93e1ed3d914b27fceb5 (patch)
tree985ac62bc785048e49c47a67ba6298a230847489 /engines/prince/script.h
parentf3965bbe5a6900d324d0602fd16085deec2f9579 (diff)
downloadscummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.tar.gz
scummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.tar.bz2
scummvm-rg350-115340bc874c0a79d64db93e1ed3d914b27fceb5.zip
PRINCE: Resource loading - renaming
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) {