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.23 by root, Fri Dec 15 19:59:19 2006 UTC vs.
Revision 1.24 by root, Mon Dec 18 02:35:00 2006 UTC

1429 CMP_OUT (move_on); 1429 CMP_OUT (move_on);
1430 CMP_OUT (move_off); 1430 CMP_OUT (move_off);
1431 CMP_OUT (move_slow); 1431 CMP_OUT (move_slow);
1432 CMP_OUT (move_slow_penalty); 1432 CMP_OUT (move_slow_penalty);
1433 1433
1434 if (!COMPARE_FLAGS (op, tmp)) 1434 if (op->flags != tmp->flags)
1435 for (i = 0; i <= NUM_FLAGS; i++) 1435 for (i = 0; i <= NUM_FLAGS; i++)
1436 if (flag_names[i] && (QUERY_FLAG (op, i) != QUERY_FLAG (tmp, i))) 1436 if (flag_names[i] && (QUERY_FLAG (op, i) != QUERY_FLAG (tmp, i)))
1437 f.put (flag_names[i], QUERY_FLAG (op, i) ? "1" : "0"); 1437 f.put (flag_names[i], QUERY_FLAG (op, i) ? "1" : "0");
1438 1438
1439 /* Save body locations */ 1439 /* Save body locations */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines