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.242 by root, Mon Aug 6 10:54:12 2007 UTC vs.
Revision 1.243 by root, Fri Aug 24 00:26:10 2007 UTC

1064 1064
1065 return retval; 1065 return retval;
1066} 1066}
1067 1067
1068maptile * 1068maptile *
1069maptile::find_async (const char *path, maptile *origin) 1069maptile::find_async (const char *path, maptile *origin, bool load)
1070{ 1070{
1071 CALL_BEGIN (2); 1071 CALL_BEGIN (3);
1072 CALL_ARG (path); 1072 CALL_ARG (path);
1073 CALL_ARG (origin); 1073 CALL_ARG (origin);
1074 CALL_ARG (load);
1074 CALL_CALL ("cf::map::find_async", G_SCALAR); 1075 CALL_CALL ("cf::map::find_async", G_SCALAR);
1075 1076
1076 maptile *retval; 1077 maptile *retval;
1077 1078
1078 if (count) 1079 if (count)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines