Fixing compilation

svn-id: r32676
This commit is contained in:
Sven Hesse 2008-06-12 18:33:34 +00:00
parent fb31c62ad8
commit 46681407ab

View File

@ -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;
}