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.53 by root, Thu Feb 1 19:40:42 2007 UTC vs.
Revision 1.54 by root, Wed Feb 7 02:04:46 2007 UTC

870 case KW_path_denied: thawer.get (op->path_denied); break; 870 case KW_path_denied: thawer.get (op->path_denied); break;
871 case KW_invisible: thawer.get (op->invisible); break; 871 case KW_invisible: thawer.get (op->invisible); break;
872 case KW_magic: thawer.get (op->magic); break; 872 case KW_magic: thawer.get (op->magic); break;
873 case KW_state: thawer.get (op->state); break; 873 case KW_state: thawer.get (op->state); break;
874 case KW_move_slow_penalty: thawer.get (op->move_slow_penalty); break; 874 case KW_move_slow_penalty: thawer.get (op->move_slow_penalty); break;
875 case KW_material: thawer.get (op->material); break; 875 case KW_material: thawer.get (op->materials); break; //TODO: nuke
876 case KW_materialname: thawer.get (op->materialname); break; 876 case KW_materialname: thawer.get (op->materialname); break;
877 877
878 /* These are the new values */ 878 /* These are the new values */
879 case KW_move_block: set_move (op->move_block, thawer.get_str ()); break; 879 case KW_move_block: set_move (op->move_block, thawer.get_str ()); break;
880 case KW_move_allow: set_move (op->move_allow, thawer.get_str ()); break; 880 case KW_move_allow: set_move (op->move_allow, thawer.get_str ()); break;
1539 f.put (resist_save[i], op->resist[i]); 1539 f.put (resist_save[i], op->resist[i]);
1540 1540
1541 CMP_OUT (path_attuned); 1541 CMP_OUT (path_attuned);
1542 CMP_OUT (path_repelled); 1542 CMP_OUT (path_repelled);
1543 CMP_OUT (path_denied); 1543 CMP_OUT (path_denied);
1544 CMP_OUT (material); 1544 CMP_OUT2 (material, materials);//TODO: nuke
1545 CMP_OUT (materialname); 1545 CMP_OUT (materialname);
1546 CMP_OUT (value); 1546 CMP_OUT (value);
1547 CMP_OUT (carrying); 1547 CMP_OUT (carrying);
1548 CMP_OUT (weight); 1548 CMP_OUT (weight);
1549 CMP_OUT (invisible); 1549 CMP_OUT (invisible);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines