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

Comparing deliantra/server/server/c_new.C (file contents):
Revision 1.18 by root, Tue May 6 16:55:26 2008 UTC vs.
Revision 1.19 by root, Fri Dec 19 22:47:30 2008 UTC

70 cp++; 70 cp++;
71 } 71 }
72 72
73 if (!INVOKE_PLAYER (COMMAND, pl->contr, ARG_STRING (command), ARG_STRING (cp))) 73 if (!INVOKE_PLAYER (COMMAND, pl->contr, ARG_STRING (command), ARG_STRING (cp)))
74 { 74 {
75 csp = find_command_element (command, Commands, CommandsSize); 75 csp = find_command_element (command, Commands, CommandsSize);
76 if (!csp) csp = find_command_element (command, CommunicationCommands, CommunicationCommandSize); 76
77 if (!csp && QUERY_FLAG (pl, FLAG_WIZ)) 77 if (!csp && QUERY_FLAG (pl, FLAG_WIZ))
78 csp = find_command_element (command, WizCommands, WizCommandsSize); 78 csp = find_command_element (command, WizCommands, WizCommandsSize);
79 79
80 if (!csp) 80 if (!csp)
81 { 81 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines