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.60 by elmex, Fri Nov 13 15:41:39 2009 UTC vs.
Revision 1.61 by root, Sun Nov 29 10:55:18 2009 UTC

127{ 127{
128 return strcmp (((CommArray_s *)a)->name, ((CommArray_s *)b)->name); 128 return strcmp (((CommArray_s *)a)->name, ((CommArray_s *)b)->name);
129} 129}
130 130
131void 131void
132init_commands (void) 132init_commands ()
133{ 133{
134 qsort (Commands, CommandsSize, sizeof (CommArray_s), compare_A); 134 qsort (Commands, CommandsSize, sizeof (CommArray_s), compare_A);
135 qsort (WizCommands, WizCommandsSize, sizeof (CommArray_s), compare_A); 135 qsort (WizCommands, WizCommandsSize, sizeof (CommArray_s), compare_A);
136} 136}
137 137

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines