summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:55:20 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:55:20 +0000
commitca7fe458a26d6e23de93e8fbaaa82f1dbfa341f0 (patch)
tree8938a4794705d4ff237b18a9b239630990dfb312 /src/newgrf_callbacks.h
parent9991c8677d257aa94c131e4bce64124af051c594 (diff)
downloadopenttd-ca7fe458a26d6e23de93e8fbaaa82f1dbfa341f0.tar.xz
(svn r20664) -Codechange: implement the land slope callback for objects
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index ec871f27b..3ec682214 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -253,7 +253,7 @@ enum CallbackID {
CBID_AIRPORT_LAYOUT_NAME = 0x156, // 15 bit callback
/** Callback done for each tile of an object to check the slope. */
- CBID_OBJECT_LAND_SLOPE_CHECK = 0x157, // 15 bit callback, not implemented
+ CBID_OBJECT_LAND_SLOPE_CHECK = 0x157, // 15 bit callback
/** Determine the next animation frame for a house. */
CBID_OBJECT_ANIMATION_NEXT_FRAME = 0x158, // 15 bit callback