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.6 by root, Sun Sep 3 00:18:42 2006 UTC vs.
Revision 1.7 by pippijn, Thu Sep 7 10:01:57 2006 UTC

1/* 1/*
2 * static char *rcsid_c_wiz_c = 2 * static char *rcsid_c_wiz_c =
3 * "$Id: c_wiz.C,v 1.6 2006/09/03 00:18:42 root Exp $"; 3 * "$Id: c_wiz.C,v 1.7 2006/09/07 10:01:57 pippijn Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
1811} 1811}
1812 1812
1813int command_insert_into(object* op, char *params) 1813int command_insert_into(object* op, char *params)
1814{ 1814{
1815 object *left, *right, *inserted; 1815 object *left, *right, *inserted;
1816 const char *diff;
1817 int left_from, right_from; 1816 int left_from, right_from;
1818 1817
1819 left = get_dm_object(op->contr, &params, &left_from); 1818 left = get_dm_object(op->contr, &params, &left_from);
1820 if (!left) { 1819 if (!left) {
1821 new_draw_info(NDI_UNIQUE, 0, op, "Insert into what object?"); 1820 new_draw_info(NDI_UNIQUE, 0, op, "Insert into what object?");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines