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

Comparing deliantra/server/common/init.C (file contents):
Revision 1.47 by root, Tue Sep 23 04:51:11 2008 UTC vs.
Revision 1.48 by root, Mon Apr 27 01:38:48 2009 UTC

23 23
24#define EXTERN // horrible hack 24#define EXTERN // horrible hack
25 25
26#include <global.h> 26#include <global.h>
27#include <object.h> 27#include <object.h>
28
29dynbuf_text msg_dynbuf (65536, 65536);
28 30
29extern const char *const attacktype_desc[NROFATTACKS] = { 31extern const char *const attacktype_desc[NROFATTACKS] = {
30# define def(uc, lc, name, plus, change) # name, 32# define def(uc, lc, name, plus, change) # name,
31# include "attackinc.h" 33# include "attackinc.h"
32# undef def 34# undef def

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines