PRINCE: Resource loading - renaming
This commit is contained in:
parent
f3965bbe5a
commit
115340bc87
12 changed files with 12 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue