mirror of https://github.com/OpenTTD/OpenTTD
(svn r8877) -Cleanup: remove already implemented @todo
parent
d3b29bcacb
commit
6ddef3f743
|
@ -5,9 +5,7 @@
|
||||||
* Animated cursors consist of the number of sprites that are
|
* Animated cursors consist of the number of sprites that are
|
||||||
* displayed in a round-robin manner. Each sprite also has a time
|
* displayed in a round-robin manner. Each sprite also has a time
|
||||||
* associated that indicates how many ticks the corresponding sprite
|
* associated that indicates how many ticks the corresponding sprite
|
||||||
* is to be displayed. Currently all this information is recorded in a single
|
* is to be displayed.
|
||||||
* array. @todo This should be converted into an array of structs on the long run
|
|
||||||
* All these arrays end up in an array of pointers called _animcursors.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** Creates two array entries that define one
|
/** Creates two array entries that define one
|
||||||
|
|
Loading…
Reference in New Issue