summaryrefslogtreecommitdiff
path: root/src/newgrf_callbacks.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-01-26 23:41:45 +0000
committerpeter1138 <peter1138@openttd.org>2009-01-26 23:41:45 +0000
commit011aa3f19abaf1d45483fad4776f0839d0701485 (patch)
treeff05fc6328aaf49be1eba2dbc913f9828bc0f7df /src/newgrf_callbacks.h
parentfe1013f1474db933a78d6eb2282e9cbaa00886b3 (diff)
downloadopenttd-011aa3f19abaf1d45483fad4776f0839d0701485.tar.xz
(svn r15280) -Cleanup: ancient and vastly out of date comment...
Diffstat (limited to 'src/newgrf_callbacks.h')
-rw-r--r--src/newgrf_callbacks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h
index 0d3471da0..0c50610b2 100644
--- a/src/newgrf_callbacks.h
+++ b/src/newgrf_callbacks.h
@@ -24,8 +24,7 @@ enum CallbackID {
/* There are no callbacks 0x02 - 0x0F. */
- /** Powered wagons, if the result is lower as 0x40 then the wagon is powered
- * @todo : interpret the rest of the result, aka "visual effects". */
+ /** Powered wagons and visual effects. */
CBID_TRAIN_WAGON_POWER = 0x10, // 8 bit callback
/** Vehicle length, returns the amount of 1/8's the vehicle is shorter for trains and RVs. */