rename an (unused) function with a name more consistant with conventions

This commit is contained in:
Jérémy Rosen 2009-08-01 10:47:49 +00:00
parent 054bf56b99
commit 9a2b2d71e8

View File

@ -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();