ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/common/plugin_common.C
(Generate patch)

Comparing deliantra/server/plugins/common/plugin_common.C (file contents):
Revision 1.6 by root, Thu Dec 14 22:54:35 2006 UTC vs.
Revision 1.7 by root, Mon Dec 25 11:25:49 2006 UTC

392 int val; 392 int val;
393 return *(int*)cfapiObject_check_trigger( &val, op, cause ); 393 return *(int*)cfapiObject_check_trigger( &val, op, cause );
394} 394}
395int cf_object_out_of_map( object* op, int x, int y) 395int cf_object_out_of_map( object* op, int x, int y)
396{ 396{
397 int val; 397 abort ();
398 return *(int*)cfapiObject_out_of_map(&val,op->map,x,y);
399} 398}
400void cf_object_drop( object* op, object* author) 399void cf_object_drop( object* op, object* author)
401{ 400{
402 int val; 401 int val;
403 cfapiObject_drop( &val, op, author ); 402 cfapiObject_drop( &val, op, author );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines