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.122 by root, Thu Aug 30 05:24:14 2007 UTC vs.
Revision 1.123 by root, Thu Aug 30 07:28:24 2007 UTC

677 case KW_tile_path_2: thawer.get (tile_path [1]); break; 677 case KW_tile_path_2: thawer.get (tile_path [1]); break;
678 case KW_tile_path_3: thawer.get (tile_path [2]); break; 678 case KW_tile_path_3: thawer.get (tile_path [2]); break;
679 case KW_tile_path_4: thawer.get (tile_path [3]); break; 679 case KW_tile_path_4: thawer.get (tile_path [3]); break;
680 680
681 case KW_ERROR: 681 case KW_ERROR:
682 set_key (thawer.kw_str, thawer.value); 682 set_key_text (thawer.kw_str, thawer.value);
683 break; 683 break;
684 684
685 case KW_end: 685 case KW_end:
686 return true; 686 return true;
687 687

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines