summaryrefslogtreecommitdiff
path: root/src/newgrf_generic.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-11-15 16:43:46 +0000
committerrubidium <rubidium@openttd.org>2010-11-15 16:43:46 +0000
commita6a2fbd937e0a424306919959530252444699849 (patch)
tree90dd93b5916c6deb3c047701a39aa09c636c2c4d /src/newgrf_generic.cpp
parentb7d8001202f73fc5cf58791ad66f99b78977154d (diff)
downloadopenttd-a6a2fbd937e0a424306919959530252444699849.tar.xz
(svn r21198) -Fix: don't call variables properties in debug messages
Diffstat (limited to 'src/newgrf_generic.cpp')
-rw-r--r--src/newgrf_generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_generic.cpp b/src/newgrf_generic.cpp
index 7c4c6097e..7d83d73b1 100644
--- a/src/newgrf_generic.cpp
+++ b/src/newgrf_generic.cpp
@@ -100,7 +100,7 @@ static uint32 GenericCallbackGetVariable(const ResolverObject *object, byte vari
default: break;
}
- DEBUG(grf, 1, "Unhandled generic feature property 0x%02X", variable);
+ DEBUG(grf, 1, "Unhandled generic feature variable 0x%02X", variable);
*available = false;
return UINT_MAX;