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

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.136 by root, Wed Nov 4 00:02:48 2009 UTC vs.
Revision 1.137 by root, Thu Nov 5 15:43:21 2009 UTC

27#include <sproto.h> 27#include <sproto.h>
28 28
29///////////////////////////////////////////////////////////////////////////// 29/////////////////////////////////////////////////////////////////////////////
30 30
31extern archetype *loading_arch; 31extern archetype *loading_arch;
32
33//+GPL
32 34
33/* This table is only necessary to convert objects that existed before the 35/* This table is only necessary to convert objects that existed before the
34 * spell object conversion to the new object. It was not practical 36 * spell object conversion to the new object. It was not practical
35 * to go through every mapping looking for every potion, rod, wand, etc 37 * to go through every mapping looking for every potion, rod, wand, etc
36 * that had a sp set and update to the new value. So this maps the 38 * that had a sp set and update to the new value. So this maps the
537 539
538next: ; 540next: ;
539 } 541 }
540} 542}
541 543
544//-GPL
545
542#define GET_FLAG(op,flg) op->flag [flg] = f.get_bool () 546#define GET_FLAG(op,flg) op->flag [flg] = f.get_bool ()
543 547
544bool 548bool
545object::parse_kv (object_thawer &f) 549object::parse_kv (object_thawer &f)
546{ 550{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines