--- deliantra/server/common/anim.C 2009/10/12 14:00:57 1.32 +++ deliantra/server/common/anim.C 2010/03/26 01:04:43 1.36 @@ -1,9 +1,9 @@ /* * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team - * Copyright (©) 2002-2003,2007 Mark Wedel & Crossfire Development Team - * Copyright (©) 1992,2007 Frank Tore Johansen + * Copyright (©) 2005,2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team + * Copyright (©) 2002-2003 Mark Wedel & Crossfire Development Team + * Copyright (©) 1992 Frank Tore Johansen * * Deliantra is free software: you can redistribute it and/or modify it under * the terms of the Affero GNU General Public License as published by the @@ -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;