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

Comparing deliantra/server/common/shstr.C (file contents):
Revision 1.36 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.37 by root, Thu Jan 1 16:05:12 2009 UTC

128 128
129 curpos = *i; 129 curpos = *i;
130} 130}
131 131
132// declare these here to get correct initialisation order 132// declare these here to get correct initialisation order
133#define def2(id,str) const shstr shstr_ ## id (str); 133#define def2(id,str) const shstr id (str);
134#define def(id) def2(id, # id) 134#define def(id) def2(shstr_ ## id, # id)
135# include "shstrinc.h" 135# include "shstrinc.h"
136#undef def 136#undef def
137#undef def2 137#undef def2
138 138
139shstr skill_names[NUM_SKILLS]; 139shstr skill_names[NUM_SKILLS];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines