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.41 by root, Thu Feb 1 19:15:39 2007 UTC vs.
Revision 1.42 by root, Fri Feb 2 21:50:43 2007 UTC

343 case SKY_BLIZZARD: 343 case SKY_BLIZZARD:
344 new_draw_info (NDI_UNIQUE, 0, op, "A full blown blizzard is in effect. You might want to take cover!"); 344 new_draw_info (NDI_UNIQUE, 0, op, "A full blown blizzard is in effect. You might want to take cover!");
345 break; 345 break;
346 } 346 }
347#endif 347#endif
348 return 1;
349}
350
351int
352command_archs (object *op, char *params)
353{
354 arch_info (op);
355 return 1; 348 return 1;
356} 349}
357 350
358int 351int
359command_hiscore (object *op, char *params) 352command_hiscore (object *op, char *params)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines