summaryrefslogtreecommitdiff
path: root/src/table/newgrf_debug_data.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-08 17:51:57 +0000
committerrubidium <rubidium@openttd.org>2010-12-08 17:51:57 +0000
commit566174ecc02320d5fbafd7b2e7640fa473263938 (patch)
tree0a57f9552e67101795c450af8e22db3ad9c9c209 /src/table/newgrf_debug_data.h
parentaa4251b4ede37d34dc114ad2eea414781beb2583 (diff)
downloadopenttd-566174ecc02320d5fbafd7b2e7640fa473263938.tar.xz
(svn r21437) -Fix: Object newgrf debug data table was outdated
Diffstat (limited to 'src/table/newgrf_debug_data.h')
-rw-r--r--src/table/newgrf_debug_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/newgrf_debug_data.h b/src/table/newgrf_debug_data.h
index 07b759eba..701f4d553 100644
--- a/src/table/newgrf_debug_data.h
+++ b/src/table/newgrf_debug_data.h
@@ -333,12 +333,12 @@ static const NIVariable _niv_objects[] = {
NIV(0x44, "object founder"),
NIV(0x45, "get town zone and Manhattan distance of closest town"),
NIV(0x46, "get square of Euclidean distance of closes town"),
+ NIV(0x47, "colour"),
NIV(0x60, "get object ID at offset"),
NIV(0x61, "get random tile bits at offset"),
NIV(0x62, "land info of nearby tiles"),
NIV(0x63, "animation stage of nearby tiles"),
NIV(0x64, "distance on nearest object with given type"),
- NIV(0x65, "count of object and distance of closest instance"),
NIV_END()
};