--- deliantra/server/include/living.h 2009/11/03 23:44:21 1.22 +++ deliantra/server/include/living.h 2009/11/05 15:57:15 1.23 @@ -29,6 +29,8 @@ #include +//+GPL + // corresponds to some arrays in common/living.C enum { STR, @@ -85,8 +87,10 @@ sint16 ACC (RW, grace); /* Grace. Used to invoke clerical prayers. */ sint16 ACC (RW, maxgrace); /* Grace. Used to invoke clerical prayers. */ +//-GPL + // this method enforces field ordering and should not normally result in - // any code being generated. strictly speaking, c++ compilers may reorder + // any code being generated. strictly speaking, C++ compilers may reorder // stat fields, so check for it and declare those compilers unsupported. void check_ordering () const {