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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.200 by root, Fri May 7 19:46:18 2010 UTC vs.
Revision 1.201 by root, Sat Jul 10 21:07:47 2010 UTC

614 { 614 {
615 case KW_msg: 615 case KW_msg:
616 thawer.get_ml (KW_endmsg, msg); 616 thawer.get_ml (KW_endmsg, msg);
617 break; 617 break;
618 618
619 case KW_lore: // CF+ extension 619 case KW_lore: // deliantra extension
620 thawer.get_ml (KW_endlore, maplore); 620 thawer.get_ml (KW_endlore, maplore);
621 break; 621 break;
622 622
623 case KW_maplore: 623 case KW_maplore:
624 thawer.get_ml (KW_endmaplore, maplore); 624 thawer.get_ml (KW_endmaplore, maplore);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines