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.2 by elmex, Wed Feb 22 18:01:18 2006 UTC vs.
Revision 1.2 by elmex, Sun Aug 13 17:16:00 2006 UTC

1/* 1/*
2 * static char *rcsid_glue_c = 2 * static char *rcsid_glue_c =
3 * "$Id: glue.c,v 1.1.1.2 2006/02/22 18:01:18 elmex Exp $"; 3 * "$Id: glue.c,v 1.2 2006/08/13 17:16:00 elmex dead $";
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 const char* const fatalmsgs[80]={ 41static char *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