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.133 by root, Tue May 4 22:26:49 2010 UTC vs.
Revision 1.134 by root, Sat Jun 26 22:10:18 2010 UTC

387 { 387 {
388 if (!spaces) 388 if (!spaces)
389 do_load_sync (); 389 do_load_sync ();
390 } 390 }
391 391
392 void make_map_floor (char **layout, char *floorstyle, random_map_params *RP); 392 void make_map_floor (char **layout, const char *floorstyle, random_map_params *RP);
393 bool generate_random_map (random_map_params *RP); 393 bool generate_random_map (random_map_params *RP);
394 394
395 static maptile *find_async (const_utf8_string path, maptile *original = 0, bool load = true);//PERL 395 static maptile *find_async (const_utf8_string path, maptile *original = 0, bool load = true);//PERL
396 static maptile *find_sync (const_utf8_string path, maptile *original = 0);//PERL 396 static maptile *find_sync (const_utf8_string path, maptile *original = 0);//PERL
397 static maptile *find_style_sync (const_utf8_string dir, const_utf8_string file = 0);//PERL 397 static maptile *find_style_sync (const_utf8_string dir, const_utf8_string file = 0);//PERL

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines