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

Comparing deliantra/server/server/time.C (file contents):
Revision 1.77 by root, Tue Aug 26 02:35:05 2008 UTC vs.
Revision 1.78 by root, Sun Sep 7 09:22:47 2008 UTC

1185 CLEAR_FLAG (new_ob, FLAG_IS_A_TEMPLATE); 1185 CLEAR_FLAG (new_ob, FLAG_IS_A_TEMPLATE);
1186 unflag_inv (new_ob, FLAG_IS_A_TEMPLATE); 1186 unflag_inv (new_ob, FLAG_IS_A_TEMPLATE);
1187 } 1187 }
1188 else 1188 else
1189 { 1189 {
1190 if (creator->other_arch == NULL) 1190 if (!creator->other_arch)
1191 { 1191 {
1192 LOG (llevError, "move_creator: Creator doesn't have other arch set: %s (%s, %d, %d)\n", 1192 LOG (llevError, "move_creator: Creator doesn't have other arch set: %s (%s, %d, %d)\n",
1193 &creator->name, &creator->map->path, creator->x, creator->y); 1193 &creator->name, &creator->map->path, creator->x, creator->y);
1194 return; 1194 return;
1195 } 1195 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines