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

Comparing deliantra/server/server/commands.C (file contents):
Revision 1.65 by root, Tue Apr 6 22:59:28 2010 UTC vs.
Revision 1.66 by root, Sat Apr 10 04:54:09 2010 UTC

194 { 194 {
195 pl->speed_left -= csp->time; 195 pl->speed_left -= csp->time;
196 csp->func (pl, cp); 196 csp->func (pl, cp);
197 } 197 }
198 else if (!INVOKE_PLAYER (UNKNOWN_COMMAND, pl->contr, ARG_STRING (command), ARG_STRING (cp))) 198 else if (!INVOKE_PLAYER (UNKNOWN_COMMAND, pl->contr, ARG_STRING (command), ARG_STRING (cp)))
199 pl->failmsg (format ("'%s' is not a valid command.", command)); 199 pl->failmsgf ("'%s' is not a valid command.", command);
200 } 200 }
201} 201}
202 202

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines