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.79 by root, Fri Jul 13 15:54:40 2007 UTC vs.
Revision 1.80 by root, Thu Jul 26 00:27:08 2007 UTC

258 MTH int change_map_light (int change); 258 MTH int change_map_light (int change);
259 static void change_all_map_light (int change); //PERL 259 static void change_all_map_light (int change); //PERL
260 MTH void set_darkness_map (); 260 MTH void set_darkness_map ();
261 MTH int estimate_difficulty () const; 261 MTH int estimate_difficulty () const;
262 262
263 MTH void play_sound (faceidx sound, int x, int y) const;
264
263 // set the given flag on all objects in the map 265 // set the given flag on all objects in the map
264 MTH void set_object_flag (int flag, int value = 1); 266 MTH void set_object_flag (int flag, int value = 1);
265 267
266 MTH void link_multipart_objects (); 268 MTH void link_multipart_objects ();
267 MTH void clear_unique_items (); 269 MTH void clear_unique_items ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines