ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/map.h
(Generate patch)

Comparing deliantra/server/include/map.h (file contents):
Revision 1.140 by root, Wed May 4 19:04:44 2011 UTC vs.
Revision 1.141 by root, Wed May 4 19:39:43 2011 UTC

309 int ACC (RW, max_items); // maximum number of items on a mapspace 309 int ACC (RW, max_items); // maximum number of items on a mapspace
310 310
311//-GPL 311//-GPL
312 312
313 physics_queue pq[PHYSICS_QUEUES]; 313 physics_queue pq[PHYSICS_QUEUES];
314 MTH void queue_physics (object *ob); 314 MTH void queue_physics (object *ob, int after = 0);
315 MTH void queue_physics_at (int x, int y); 315 MTH void queue_physics_at (int x, int y);
316 MTH void post_load_physics (); 316 MTH void post_load_physics ();
317 MTH int run_physics (tick_t tick, int max_objects); 317 MTH int run_physics (tick_t tick, int max_objects);
318 318
319 // the maptile:: is neccessary here for the perl interface to work 319 // the maptile:: is neccessary here for the perl interface to work

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines