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.243 by root, Fri Aug 24 00:26:10 2007 UTC vs.
Revision 1.244 by root, Sat Aug 25 22:19:26 2007 UTC

1041 CALL_CALL ("cf::_can_merge", G_SCALAR); 1041 CALL_CALL ("cf::_can_merge", G_SCALAR);
1042 can = count && SvTRUE (TOPs); 1042 can = count && SvTRUE (TOPs);
1043 CALL_END; 1043 CALL_END;
1044 1044
1045 return can; 1045 return can;
1046}
1047
1048player *
1049player::find (const char *name)
1050{
1051 CALL_BEGIN (1);
1052 CALL_ARG (name);
1053 CALL_CALL ("cf::player::find", G_SCALAR);
1054
1055 player *retval;
1056
1057 if (count)
1058 sv_to (POPs, retval);
1059 else
1060 retval = 0;
1061
1062 CALL_END;
1063
1064 return retval;
1046} 1065}
1047 1066
1048maptile * 1067maptile *
1049maptile::find_sync (const char *path, maptile *origin) 1068maptile::find_sync (const char *path, maptile *origin)
1050{ 1069{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines