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

Comparing deliantra/server/server/c_object.c (file contents):
Revision 1.2 by root, Thu May 11 18:29:27 2006 UTC vs.
Revision 1.3 by root, Wed May 17 19:24:45 2006 UTC

1/* 1/*
2 * static char *rcsid_c_object_c = 2 * static char *rcsid_c_object_c =
3 * "$Id: c_object.c,v 1.2 2006/05/11 18:29:27 root Exp $"; 3 * "$Id: c_object.c,v 1.3 2006/05/17 19:24:45 root Exp $";
4 */ 4 */
5/* 5/*
6 CrossFire, A Multiplayer game for X-windows 6 CrossFire, A Multiplayer game for X-windows
7 7
8 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 8 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
424 } 424 }
425 return change_skill(pl,skill, 0); 425 return change_skill(pl,skill, 0);
426} 426}
427 427
428 428
429/* These functions (command_search, command_disarm) are really juse wrappers for 429/* These functions (command_search, command_disarm) are really just wrappers for
430 * things like 'use_skill ...'). In fact, they should really be obsoleted 430 * things like 'use_skill ...'). In fact, they should really be obsoleted
431 * and replaced with those. 431 * and replaced with those.
432 */ 432 */
433int command_search (object *op, char *params) { 433int command_search (object *op, char *params) {
434 return use_skill(op, skill_names[SK_FIND_TRAPS]); 434 return use_skill(op, skill_names[SK_FIND_TRAPS]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines