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.77 by root, Wed Nov 4 00:08:44 2009 UTC vs.
Revision 1.78 by root, Fri Nov 6 13:03:34 2009 UTC

269 269
270/* 270/*
271 * Actual commands. 271 * Actual commands.
272 * 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,...)
273 */ 273 */
274 274static int
275int
276onoff_value (const char *line) 275onoff_value (const char *line)
277{ 276{
278 int i; 277 int i;
279 278
280 if (sscanf (line, "%d", &i)) 279 if (sscanf (line, "%d", &i))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines