summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-08-28 18:51:47 +0000
committerrubidium <rubidium@openttd.org>2010-08-28 18:51:47 +0000
commit60fe27db5060a4079dc58b8b61355f0a57757e36 (patch)
tree1c7944ac5811ebaec6b55363799bf1491ce7b846 /src/newgrf_callbacks.h
parentee8c37c3d9fb5b62e24b0272fd93cd50acaa80f6 (diff)
downloadopenttd-60fe27db5060a4079dc58b8b61355f0a57757e36.tar.xz
(svn r20662) -Codechange: implement object animation
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 4dcc24d5a..ec871f27b 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -256,13 +256,13 @@ enum CallbackID {
CBID_OBJECT_LAND_SLOPE_CHECK = 0x157, // 15 bit callback, not implemented
/** Determine the next animation frame for a house. */
- CBID_OBJECT_ANIMATION_NEXT_FRAME = 0x158, // 15 bit callback, not implemented
+ CBID_OBJECT_ANIMATION_NEXT_FRAME = 0x158, // 15 bit callback
/** Called for periodically starting or stopping the animation. */
- CBID_OBJECT_ANIMATION_START_STOP = 0x159, // 15 bit callback, not implemented
+ CBID_OBJECT_ANIMATION_START_STOP = 0x159, // 15 bit callback
/** Called to indicate how long the current animation frame should last. */
- CBID_OBJECT_ANIMATION_SPEED = 0x15A, // 8 bit callback, not implemented
+ CBID_OBJECT_ANIMATION_SPEED = 0x15A, // 8 bit callback
/** Called to determine the colour of a town building. */
CBID_OBJECT_COLOUR = 0x15B, // 15 bit callback