diff options
author | Sven Hesse | 2008-06-12 18:33:34 +0000 |
---|---|---|
committer | Sven Hesse | 2008-06-12 18:33:34 +0000 |
commit | 46681407ab8788461546af1bda99b9c3c7859ffa (patch) | |
tree | 4222467cd213e6f68d4021fa6511931790048835 /engines/made | |
parent | fb31c62ad82c26b17ec8f95c33f532eca1deba62 (diff) | |
download | scummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.tar.gz scummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.tar.bz2 scummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.zip |
Fixing compilation
svn-id: r32676
Diffstat (limited to 'engines/made')
-rw-r--r-- | engines/made/database.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/database.cpp b/engines/made/database.cpp index edf608f02a..55e0e90732 100644 --- a/engines/made/database.cpp +++ b/engines/made/database.cpp @@ -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; } |