--- deliantra/server/common/anim.C 2009/10/12 14:00:57 1.32 +++ deliantra/server/common/anim.C 2009/11/29 10:55:18 1.34 @@ -27,7 +27,7 @@ #include #include -animhash_t animhash; +static animhash_t animhash; std::vector animations; void @@ -69,7 +69,7 @@ } void -init_anim (void) +init_anim () { animation &anim0 = animation::create ("none", 1, 0); anim0.faces [0] = 0;