aboutsummaryrefslogtreecommitdiff
path: root/engines/made/database.cpp
diff options
context:
space:
mode:
authorSven Hesse2008-06-12 18:33:34 +0000
committerSven Hesse2008-06-12 18:33:34 +0000
commit46681407ab8788461546af1bda99b9c3c7859ffa (patch)
tree4222467cd213e6f68d4021fa6511931790048835 /engines/made/database.cpp
parentfb31c62ad82c26b17ec8f95c33f532eca1deba62 (diff)
downloadscummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.tar.gz
scummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.tar.bz2
scummvm-rg350-46681407ab8788461546af1bda99b9c3c7859ffa.zip
Fixing compilation
svn-id: r32676
Diffstat (limited to 'engines/made/database.cpp')
-rw-r--r--engines/made/database.cpp2
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;
}