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.425 by root, Wed Nov 14 06:21:39 2012 UTC vs.
Revision 1.426 by root, Wed Nov 14 07:11:49 2012 UTC

1272 CALL_ARG (y); 1272 CALL_ARG (y);
1273 CALL_CALL ("cf::object::player::goto", G_VOID); 1273 CALL_CALL ("cf::object::player::goto", G_VOID);
1274 CALL_END; 1274 CALL_END;
1275} 1275}
1276 1276
1277const_utf8_string 1277const_utf8_string
1278object::ref () const 1278object::ref () const
1279{ 1279{
1280 if (type == PLAYER) 1280 if (type == PLAYER)
1281 return format ("player/<1.%llx>/%s", (unsigned long long)uuid.seq, &name); 1281 return format ("player/<1.%llx>/%s", (unsigned long long)uuid.seq, &name);
1282 else 1282 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines