makeing next_idling signed because animation is using signed int

This commit is contained in:
Pauli Nieminen 2007-01-04 12:34:37 +00:00
parent 1635dfb8b1
commit 4b481fdb99

View file

@ -384,7 +384,7 @@ class unit
std::vector<healed_animation> healed_animations_;
std::vector<poison_animation> poison_animations_;
unit_animation *anim_;
Uint32 next_idling;
int next_idling;
int frame_begin_time;