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.56 by root, Mon Jun 4 13:04:01 2007 UTC vs.
Revision 1.57 by root, Thu Jun 28 05:50:31 2007 UTC

910 move_teleporter (op->more); 910 move_teleporter (op->more);
911 911
912 if (op->head) 912 if (op->head)
913 head = op->head; 913 head = op->head;
914 914
915 for (tmp = op->above; tmp != NULL; tmp = tmp->above) 915 for (tmp = op->above; tmp; tmp = tmp->above)
916 if (!QUERY_FLAG (tmp, FLAG_IS_FLOOR)) 916 if (!QUERY_FLAG (tmp, FLAG_IS_FLOOR))
917 break; 917 break;
918 918
919 /* If nothing above us to move, nothing to do */ 919 /* If nothing above us to move, nothing to do */
920 if (!tmp || QUERY_FLAG (tmp, FLAG_WIZPASS)) 920 if (!tmp || QUERY_FLAG (tmp, FLAG_WIZPASS))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines