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

@ -37,7 +37,7 @@ Cursor::~Cursor() {
}
}
bool Cursor::loadFromStream(Common::SeekableReadStream &stream) {
bool Cursor::loadStream(Common::SeekableReadStream &stream) {
stream.skip(4);
uint16 width = stream.readUint16LE();
uint16 height = stream.readUint16LE();