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.73 by root, Wed Nov 16 23:42:02 2016 UTC vs.
Revision 1.74 by root, Sun Jan 29 02:47:05 2017 UTC

132} 132}
133 133
134static struct init_commands 134static struct init_commands
135{ 135{
136 init_commands () 136 init_commands ()
137 { 137 {
138 qsort (Commands, CommandsSize, sizeof (CommArray_s), compare_A); 138 qsort (Commands, CommandsSize, sizeof (CommArray_s), compare_A);
139 qsort (WizCommands, WizCommandsSize, sizeof (CommArray_s), compare_A); 139 qsort (WizCommands, WizCommandsSize, sizeof (CommArray_s), compare_A);
140 } 140 }
141} init_commands; 141} init_commands;
142 142

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines