PRINCE: Resource loading - renaming

This commit is contained in:
lukaslw 2014-10-07 02:14:12 +02:00
parent f3965bbe5a
commit 115340bc87
12 changed files with 12 additions and 24 deletions

View file

@ -96,7 +96,7 @@ Script::~Script() {
}
}
bool Script::loadFromStream(Common::SeekableReadStream &stream) {
bool Script::loadStream(Common::SeekableReadStream &stream) {
_dataSize = stream.size();
if (!_dataSize) {
return false;