--- deliantra/server/common/anim.C 2006/09/10 16:00:23 1.7 +++ deliantra/server/common/anim.C 2006/09/11 20:28:37 1.8 @@ -1,7 +1,7 @@ /* * static char *rcsid_anim_c = - * "$Id: anim.C,v 1.7 2006/09/10 16:00:23 root Exp $"; + * "$Id: anim.C,v 1.8 2006/09/11 20:28:37 root Exp $"; */ /* @@ -70,8 +70,7 @@ * order. */ { - Animations - anim0; + Animations anim0; anim0.name = "###none"; anim0.num_animations = 1; @@ -104,8 +103,7 @@ } num_animations++; - Animations - anim; + Animations anim; anim.name = buf + 5; anim.num = num_animations; /* for bsearch */