summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 19:00:21 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 19:00:21 +0000
commit3e67b4fe5fd94d181e44d8291d389868cd86182b (patch)
tree0a68b6b4b63fcf3545294ea006a546ba49d5b859 /src/newgrf_callbacks.h
parentd4403cb64937bbce065b1c84faa207194fd19262 (diff)
downloadopenttd-3e67b4fe5fd94d181e44d8291d389868cd86182b.tar.xz
(svn r20667) -Codechange: implement the autoslope 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 3ec682214..5001cdc8e 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -271,7 +271,7 @@ enum CallbackID {
CBID_OBJECT_FUND_MORE_TEXT = 0x15C, // 15 bit callback, not implemented
/** Called to determine if one can alter the ground below an object tile */
- CBID_OBJECT_AUTOSLOPE = 0x15D, // 15 bit callback, not implemented
+ CBID_OBJECT_AUTOSLOPE = 0x15D, // 15 bit callback
};
/**