diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/table/animcursors.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/table/animcursors.h b/src/table/animcursors.h index 856527f93..abd9c0a9b 100644 --- a/src/table/animcursors.h +++ b/src/table/animcursors.h @@ -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 |