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.14 by root, Mon Sep 11 23:33:28 2006 UTC vs.
Revision 1.15 by root, Tue Sep 12 00:26:16 2006 UTC

42const char * 42const char *
43 shstr::null = makevec ("<nil>"); 43 shstr::null = makevec ("<nil>");
44 44
45// what weird misoptimisation is this again? 45// what weird misoptimisation is this again?
46const shstr undead_name ("undead"); 46const shstr undead_name ("undead");
47
48shstr skill_names[NUM_SKILLS];
47 49
48const char * 50const char *
49shstr::find (const char *s) 51shstr::find (const char *s)
50{ 52{
51 if (!s) 53 if (!s)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines