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

Comparing deliantra/server/server/c_misc.C (file contents):
Revision 1.76 by root, Thu Oct 15 21:40:42 2009 UTC vs.
Revision 1.78 by root, Fri Nov 6 13:03:34 2009 UTC

58 58
59 sprintf (buf, "Set debug level to %d.", i); 59 sprintf (buf, "Set debug level to %d.", i);
60 new_draw_info (NDI_UNIQUE, 0, op, buf); 60 new_draw_info (NDI_UNIQUE, 0, op, buf);
61 return 1; 61 return 1;
62} 62}
63
64 63
65/* 64/*
66 * Those dumps should be just one dump with good parser 65 * Those dumps should be just one dump with good parser
67 */ 66 */
68 67
270 269
271/* 270/*
272 * Actual commands. 271 * Actual commands.
273 * Those should be in small separate files (c_object.c, c_wiz.c, cmove.c,...) 272 * Those should be in small separate files (c_object.c, c_wiz.c, cmove.c,...)
274 */ 273 */
275 274static int
276int
277onoff_value (const char *line) 275onoff_value (const char *line)
278{ 276{
279 int i; 277 int i;
280 278
281 if (sscanf (line, "%d", &i)) 279 if (sscanf (line, "%d", &i))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines