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.108 by root, Sun Dec 28 08:08:24 2008 UTC vs.
Revision 1.109 by root, Thu Jan 8 03:03:24 2009 UTC

294 MTH void update_buttons (); 294 MTH void update_buttons ();
295 MTH int change_map_light (int change); 295 MTH int change_map_light (int change);
296 MTH int estimate_difficulty () const; 296 MTH int estimate_difficulty () const;
297 297
298 MTH void play_sound (faceidx sound, int x, int y) const; 298 MTH void play_sound (faceidx sound, int x, int y) const;
299
300 // connected links
301 oblinkpt *find_link (shstr_tmp id);
302 MTH void trigger (shstr_tmp id, bool state = true, object *originator = 0);
299 303
300 // set the given flag on all objects in the map 304 // set the given flag on all objects in the map
301 MTH void set_object_flag (int flag, int value = 1); 305 MTH void set_object_flag (int flag, int value = 1);
302 MTH void post_load_original (); 306 MTH void post_load_original ();
303 307

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines