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.316 by root, Thu Jan 8 04:35:05 2009 UTC vs.
Revision 1.317 by root, Thu Jan 8 19:23:44 2009 UTC

1030 1030
1031 return can; 1031 return can;
1032} 1032}
1033 1033
1034void 1034void
1035cfperl_mapscript_activate (object *ob, bool state, object *activator, object *originator) 1035cfperl_mapscript_activate (object *ob, int state, object *activator, object *originator)
1036{ 1036{
1037 CALL_BEGIN (4); 1037 CALL_BEGIN (4);
1038 CALL_ARG (ob); 1038 CALL_ARG (ob);
1039 CALL_ARG (state); 1039 CALL_ARG (state);
1040 CALL_ARG (activator); 1040 CALL_ARG (activator);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines