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

Comparing deliantra/server/common/glue.c (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:11:30 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:18 2006 UTC

1/* 1/*
2 * static char *rcsid_glue_c = 2 * static char *rcsid_glue_c =
3 * "$Id: glue.c,v 1.1.1.1 2006/02/03 07:11:30 root Exp $"; 3 * "$Id: glue.c,v 1.1.1.2 2006/02/22 18:01:18 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
36 * 36 *
37 * Glue has been cleaned, so this file is almost empty now :) 37 * Glue has been cleaned, so this file is almost empty now :)
38 * Ryo 2005-07-15 38 * Ryo 2005-07-15
39 */ 39 */
40 40
41static char *fatalmsgs[80]={ 41static const char* const fatalmsgs[80]={
42 "Failed to allocate memory", 42 "Failed to allocate memory",
43 "Failed repeatedly to load maps", 43 "Failed repeatedly to load maps",
44 "Hashtable for archetypes is too small", 44 "Hashtable for archetypes is too small",
45 "Too many errors" 45 "Too many errors"
46}; 46};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines