--- deliantra/server/common/loader.C 2006/12/12 21:39:56 1.22 +++ deliantra/server/common/loader.C 2006/12/18 02:35:00 1.24 @@ -28,7 +28,6 @@ #include #include -#include #include /* Maps the MOVE_* values to names */ @@ -1432,7 +1431,7 @@ CMP_OUT (move_slow); CMP_OUT (move_slow_penalty); - if (!COMPARE_FLAGS (op, tmp)) + if (op->flags != tmp->flags) for (i = 0; i <= NUM_FLAGS; i++) if (flag_names[i] && (QUERY_FLAG (op, i) != QUERY_FLAG (tmp, i))) f.put (flag_names[i], QUERY_FLAG (op, i) ? "1" : "0");