mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:28:32 +00:00
rename an (unused) function with a name more consistant with conventions
This commit is contained in:
parent
054bf56b99
commit
9a2b2d71e8
@ -152,7 +152,7 @@ class unit_animator
|
||||
void start_animations();
|
||||
void pause_animation();
|
||||
void restart_animation();
|
||||
void empty(){start_time_ = INT_MIN ; animated_units_.clear();};
|
||||
void clear(){start_time_ = INT_MIN ; animated_units_.clear();};
|
||||
void set_all_standing();
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user