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