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.286 by root, Sun May 4 14:12:38 2008 UTC vs.
Revision 1.287 by root, Sun May 4 15:22:14 2008 UTC

1063 1063
1064 CALL_BEGIN (2); 1064 CALL_BEGIN (2);
1065 CALL_ARG (this); 1065 CALL_ARG (this);
1066 CALL_ARG (exit); 1066 CALL_ARG (exit);
1067 CALL_CALL ("cf::object::player::enter_exit", G_VOID); 1067 CALL_CALL ("cf::object::player::enter_exit", G_VOID);
1068 CALL_END;
1069}
1070
1071void
1072object::player_goto (const char *path, int x, int y)
1073{
1074 if (type != PLAYER)
1075 return;
1076
1077 CALL_BEGIN (4);
1078 CALL_ARG (this);
1079 CALL_ARG (path);
1080 CALL_ARG (x);
1081 CALL_ARG (y);
1082 CALL_CALL ("cf::object::player::goto", G_VOID);
1068 CALL_END; 1083 CALL_END;
1069} 1084}
1070 1085
1071const char * 1086const char *
1072object::ref () const 1087object::ref () const

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines