# HG changeset patch # User peter1138 # Date 2009-01-26 23:41:45 # Node ID b4d2d42ae2ebae71305fa2cafbfceb624978dc5a # Parent 9969af3bf25733b2f06d11c34c6e2db5507d3e90 (svn r15280) -Cleanup: ancient and vastly out of date comment... diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h --- 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. */