Turns out my logic in 2008-02-08T18:37:45Z!esr@thyrsus.com was correct but I made a coding
error in my handiling of a C++ inner class initializer that was subtle
enough for boucman to miss when he reviewed the change.
This commit is contained in:
Eric S. Raymond 2008-02-10 00:31:42 +00:00
parent 10d3ca45dd
commit 51a1d83cb6

View file

@ -625,6 +625,7 @@ bool unit_animation::crude_animation::need_update() const
unit_animation::crude_animation::crude_animation(
const config& cfg, const std::string frame_string ) :
animated<unit_frame>(),
accelerate(true),
offset_(),
halo_(),
halo_x_(),