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.16 by root, Tue Nov 7 16:30:55 2006 UTC vs.
Revision 1.17 by root, Wed Nov 8 00:52:56 2006 UTC

1231 return 1; 1231 return 1;
1232 } 1232 }
1233 1233
1234 if (strcmp (params, ".") == 0) 1234 if (strcmp (params, ".") == 0)
1235 params = op->map->path; 1235 params = op->map->path;
1236
1236 m = has_been_loaded (params); 1237 m = has_been_loaded (params);
1237 if (m == NULL) 1238 if (m == NULL)
1238 { 1239 {
1239 new_draw_info (NDI_UNIQUE, 0, op, "No such map."); 1240 new_draw_info (NDI_UNIQUE, 0, op, "No such map.");
1240 return 1; 1241 return 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines