mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +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;
|
return NULL;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user