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.10 by root, Fri Sep 8 16:51:42 2006 UTC vs.
Revision 1.11 by root, Fri Sep 8 17:14:07 2006 UTC

652 thawer.get (op->move_slow_penalty); 652 thawer.get (op->move_slow_penalty);
653 break; 653 break;
654 654
655 case KW_face: 655 case KW_face:
656 op->face = &new_faces[FindFace (thawer.get_str (), 0)]; 656 op->face = &new_faces[FindFace (thawer.get_str (), 0)];
657 break;
657 658
658 case KW_x: thawer.get (op->x); break; 659 case KW_x: thawer.get (op->x); break;
659 case KW_y: thawer.get (op->y); break; 660 case KW_y: thawer.get (op->y); break;
660 case KW_Str: // uppercase alias 661 case KW_Str: // uppercase alias
661 case KW_str: thawer.get (op->stats.Str); break; 662 case KW_str: thawer.get (op->stats.Str); break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines