ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/loader.C
(Generate patch)

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.90 by root, Sun Jul 1 05:00:17 2007 UTC vs.
Revision 1.91 by root, Wed Jul 4 06:38:35 2007 UTC

1295 if (op->animation_id) 1295 if (op->animation_id)
1296 { 1296 {
1297 f.put (KW_animation, animations[GET_ANIM_ID (op)].name); 1297 f.put (KW_animation, animations[GET_ANIM_ID (op)].name);
1298 1298
1299 if (!QUERY_FLAG (op, FLAG_ANIMATE)) 1299 if (!QUERY_FLAG (op, FLAG_ANIMATE))
1300 f.put (KW_is_animated, (sint32) 0); 1300 f.put (KW_is_animated, (sint32)0);
1301 } 1301 }
1302 else 1302 else
1303 f.put (KW_animation, (const char *) 0); 1303 f.put (KW_animation, (const char *)0);
1304 1304
1305 CMP_OUT2 (str, stats.Str); 1305 CMP_OUT2 (str, stats.Str);
1306 CMP_OUT2 (dex, stats.Dex); 1306 CMP_OUT2 (dex, stats.Dex);
1307 CMP_OUT2 (con, stats.Con); 1307 CMP_OUT2 (con, stats.Con);
1308 CMP_OUT2 (wis, stats.Wis); 1308 CMP_OUT2 (wis, stats.Wis);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines