--- deliantra/server/common/loader.C 2007/07/01 05:00:17 1.90 +++ deliantra/server/common/loader.C 2007/07/04 06:38:35 1.91 @@ -1297,10 +1297,10 @@ f.put (KW_animation, animations[GET_ANIM_ID (op)].name); if (!QUERY_FLAG (op, FLAG_ANIMATE)) - f.put (KW_is_animated, (sint32) 0); + f.put (KW_is_animated, (sint32)0); } else - f.put (KW_animation, (const char *) 0); + f.put (KW_animation, (const char *)0); CMP_OUT2 (str, stats.Str); CMP_OUT2 (dex, stats.Dex);