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.109 by root, Thu Jan 8 03:03:24 2009 UTC vs.
Revision 1.110 by root, Thu Jan 8 04:35:04 2009 UTC

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 299
300 // connected links 300 // connected links
301 oblinkpt *find_link (shstr_tmp id); 301 oblinkpt *find_link (shstr_tmp id);
302 MTH void trigger (shstr_tmp id, bool state = true, object *originator = 0); 302 MTH void trigger (shstr_tmp id, bool state = true, object *activator = 0, object *originator = 0);
303 303
304 // set the given flag on all objects in the map 304 // set the given flag on all objects in the map
305 MTH void set_object_flag (int flag, int value = 1); 305 MTH void set_object_flag (int flag, int value = 1);
306 MTH void post_load_original (); 306 MTH void post_load_original ();
307 307

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines