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

Comparing deliantra/server/server/c_chat.c (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:14:27 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:03:19 2006 UTC

1/* 1/*
2 * static char *rcsid_c_chat_c = 2 * static char *rcsid_c_chat_c =
3 * "$Id: c_chat.c,v 1.1.1.1 2006/02/03 07:14:27 root Exp $"; 3 * "$Id: c_chat.c,v 1.1.1.2 2006/02/22 18:03:19 elmex 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
72 new_draw_info(NDI_UNIQUE, 0, op, buf2); 72 new_draw_info(NDI_UNIQUE, 0, op, buf2);
73 new_info_map_except(NDI_WHITE, op->map, op, buf); 73 new_info_map_except(NDI_WHITE, op->map, op, buf);
74 return 0; 74 return 0;
75} 75}
76 76
77char *orcknuckle[7] = {"none", "beholder", "ghost", "knight", 77static const char* const orcknuckle[7] = {"none", "beholder", "ghost", "knight",
78 "princess", "dragon", "orc"}; 78 "princess", "dragon", "orc"};
79 79
80int command_orcknuckle(object *op, char *params) 80int command_orcknuckle(object *op, char *params)
81{ 81{
82 char buf[MAX_BUF]; 82 char buf[MAX_BUF];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines