mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 12:09:15 +00:00
Fixing compilation
svn-id: r32676
This commit is contained in:
parent
fb31c62ad8
commit
46681407ab
@ -489,7 +489,7 @@ int16 *GameDatabaseV2::findObjectProperty(int16 objectIndex, int16 propertyId, i
|
||||
|
||||
}
|
||||
|
||||
debug(1, "findObjectProperty(%04X, %04) Property not found", objectIndex, propertyId);
|
||||
debug(1, "findObjectProperty(%04X, %04X) Property not found", objectIndex, propertyId);
|
||||
return NULL;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user