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

Comparing deliantra/server/server/c_wiz.C (file contents):
Revision 1.32 by pippijn, Mon Jan 15 21:06:20 2007 UTC vs.
Revision 1.33 by root, Fri Jan 26 22:07:10 2007 UTC

1005 1005
1006 if (from != STACK_FROM_STACK) 1006 if (from != STACK_FROM_STACK)
1007 /* Item is either stack top, or is a number thus is now stack top, let's remove it */ 1007 /* Item is either stack top, or is a number thus is now stack top, let's remove it */
1008 dm_stack_pop (op->contr); 1008 dm_stack_pop (op->contr);
1009 1009
1010 if (!QUERY_FLAG (tmp, FLAG_REMOVED))
1011 {
1012 new_draw_info (NDI_UNIQUE, 0, op, "Warning, item wasn't removed.");
1013 tmp->remove ();
1014 }
1015
1016 if (tmp->head) 1010 if (tmp->head)
1017 tmp = tmp->head; 1011 tmp = tmp->head;
1018 1012
1019 tmp->destroy (); 1013 tmp->destroy ();
1020 return 1; 1014 return 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines