ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.353 by root, Fri Mar 26 00:53:26 2010 UTC vs.
Revision 1.354 by root, Sun Mar 28 22:29:50 2010 UTC

2765 utf8_string monsterstyle,\ 2765 utf8_string monsterstyle,\
2766 utf8_string treasurestyle,\ 2766 utf8_string treasurestyle,\
2767 utf8_string layoutstyle,\ 2767 utf8_string layoutstyle,\
2768 utf8_string doorstyle,\ 2768 utf8_string doorstyle,\
2769 utf8_string decorstyle,\ 2769 utf8_string decorstyle,\
2770 utf8_string miningstyle,\
2770 utf8_string origin_map,\ 2771 utf8_string origin_map,\
2771 utf8_string final_map,\ 2772 utf8_string final_map,\
2772 utf8_string exitstyle,\ 2773 utf8_string exitstyle,\
2773 utf8_string this_map,\ 2774 utf8_string this_map,\
2774 utf8_string exit_on_final_map,\ 2775 utf8_string exit_on_final_map,\
2806 assign (rmp.monsterstyle , monsterstyle); 2807 assign (rmp.monsterstyle , monsterstyle);
2807 assign (rmp.treasurestyle , treasurestyle); 2808 assign (rmp.treasurestyle , treasurestyle);
2808 assign (rmp.layoutstyle , layoutstyle); 2809 assign (rmp.layoutstyle , layoutstyle);
2809 assign (rmp.doorstyle , doorstyle); 2810 assign (rmp.doorstyle , doorstyle);
2810 assign (rmp.decorstyle , decorstyle); 2811 assign (rmp.decorstyle , decorstyle);
2812 assign (rmp.miningstyle , miningstyle);
2811 assign (rmp.exitstyle , exitstyle); 2813 assign (rmp.exitstyle , exitstyle);
2812 assign (rmp.exit_on_final_map, exit_on_final_map); 2814 assign (rmp.exit_on_final_map, exit_on_final_map);
2813 2815
2814 rmp.origin_map = origin_map; 2816 rmp.origin_map = origin_map;
2815 rmp.final_map = final_map; 2817 rmp.final_map = final_map;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines