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.121 by root, Mon Nov 9 18:47:56 2009 UTC vs.
Revision 1.122 by root, Tue Nov 10 05:11:06 2009 UTC

319 // allocates all (empty) mapspace 319 // allocates all (empty) mapspace
320 MTH void alloc (); 320 MTH void alloc ();
321 // deallocates the mapspaces (and destroys all objects) 321 // deallocates the mapspaces (and destroys all objects)
322 MTH void clear (); 322 MTH void clear ();
323 323
324 MTH void post_load (); // update cached values in mapspaces etc.
324 MTH void fix_auto_apply (); 325 MTH void fix_auto_apply ();
325 MTH void do_decay_objects (); 326 MTH void do_decay_objects ();
326 MTH void update_buttons (); 327 MTH void update_buttons ();
327 MTH int change_map_light (int change); 328 MTH int change_map_light (int change);
328 MTH int estimate_difficulty () const; 329 MTH int estimate_difficulty () const;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines