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.29 by pippijn, Thu Mar 1 13:01:37 2007 UTC vs.
Revision 1.30 by pippijn, Thu Mar 1 13:14:11 2007 UTC

108 {"northwest", command_northwest, 1.0}, 108 {"northwest", command_northwest, 1.0},
109}; 109};
110const int CommandsSize = sizeof (Commands) / sizeof (CommArray_s); 110const int CommandsSize = sizeof (Commands) / sizeof (CommArray_s);
111 111
112CommArray_s CommunicationCommands[] = { 112CommArray_s CommunicationCommands[] = {
113 /* begin emotions */
114 {"orcknuckle", command_orcknuckle, 0.0},
115 {"printlos", command_printlos, 0.0}, 113 {"printlos", command_printlos, 0.0},
116}; 114};
117const int CommunicationCommandSize = sizeof (CommunicationCommands) / sizeof (CommArray_s); 115const int CommunicationCommandSize = sizeof (CommunicationCommands) / sizeof (CommArray_s);
118 116
119CommArray_s NewServerCommands[] = { 117CommArray_s NewServerCommands[] = {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines