mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
MADE: Fix error message
This commit is contained in:
parent
a76eed187c
commit
fd8ba511fc
@ -754,7 +754,7 @@ int16 GameDatabaseV3::loadgame(const char *filename, int16 version) {
|
||||
int16 *GameDatabaseV3::findObjectProperty(int16 objectIndex, int16 propertyId, int16 &propertyFlag) {
|
||||
Object *obj = getObject(objectIndex);
|
||||
if (obj->getClass() >= 0x7FFE) {
|
||||
error("GameDatabaseV2::findObjectProperty(%04X, %04X) Not an object", objectIndex, propertyId);
|
||||
error("GameDatabaseV3::findObjectProperty(%04X, %04X) Not an object", objectIndex, propertyId);
|
||||
}
|
||||
|
||||
int16 *prop = (int16 *)obj->getData();
|
||||
|
Loading…
x
Reference in New Issue
Block a user