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.1 by elmex, Sun Aug 13 17:16:03 2006 UTC vs.
Revision 1.2 by root, Thu Aug 24 13:13:49 2006 UTC

1/* 1/*
2 * static char *rcsid_c_misc_c = 2 * static char *rcsid_c_misc_c =
3 * "$Id: c_misc.C,v 1.1 2006/08/13 17:16:03 elmex Exp $"; 3 * "$Id: c_misc.C,v 1.2 2006/08/24 13:13:49 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
514 } 514 }
515#endif 515#endif
516 516
517int command_time (object *op, char *params) 517int command_time (object *op, char *params)
518{ 518{
519 time_info(op); 519 print_tod (op);
520 return 1; 520 return 1;
521 } 521}
522 522
523int command_weather (object *op, char *params) 523int command_weather (object *op, char *params)
524{ 524{
525 int wx, wy, temp, sky; 525 int wx, wy, temp, sky;
526 char buf[MAX_BUF]; 526 char buf[MAX_BUF];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines