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.125 by root, Thu Jan 4 00:53:54 2007 UTC vs.
Revision 1.126 by root, Thu Jan 4 16:19:32 2007 UTC

833 CALL_CALL ("cf::map::emergency_save", G_VOID); 833 CALL_CALL ("cf::map::emergency_save", G_VOID);
834 CALL_END; 834 CALL_END;
835} 835}
836 836
837maptile * 837maptile *
838maptile::load_map_sync (const char *path, maptile *origin) 838maptile::find_sync (const char *path, maptile *origin)
839{ 839{
840 CALL_BEGIN (2); 840 CALL_BEGIN (2);
841 CALL_ARG (path); 841 CALL_ARG (path);
842 CALL_ARG (origin); 842 CALL_ARG (origin);
843 CALL_CALL ("cf::map::load_map_sync", G_SCALAR); 843 CALL_CALL ("cf::map::find_sync", G_SCALAR);
844 844
845 maptile *retval; 845 maptile *retval;
846 846
847 if (count) 847 if (count)
848 sv_to (POPs, retval); 848 sv_to (POPs, retval);
850 retval = 0; 850 retval = 0;
851 851
852 CALL_END; 852 CALL_END;
853 853
854 return retval; 854 return retval;
855}
856
857void
858maptile::do_load_sync ()
859{
860 CALL_BEGIN (1);
861 CALL_ARG (this);
862 CALL_CALL ("cf::map::do_load_sync", G_SCALAR);
863 CALL_END;
855} 864}
856 865
857void 866void
858maptile::change_all_map_light (int change) 867maptile::change_all_map_light (int change)
859{ 868{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines