Changeset - r6135:faa4b23c104c
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-02-24 12:50:05
rubidium@openttd.org
(svn r8877) -Cleanup: remove already implemented @todo
1 file changed with 1 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/table/animcursors.h
Show inline comments
 
@@ -5,9 +5,7 @@
 
 * Animated cursors consist of the number of sprites that are
 
 * displayed in a round-robin manner. Each sprite also has a time
 
 * associated that indicates how many ticks the corresponding sprite
 
 * is to be displayed. Currently all this information is recorded in a single
 
 * 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.
 
 * is to be displayed.
 
 */
 

	
 
/** Creates two array entries that define one
0 comments (0 inline, 0 general)