ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/random_maps/special.C
(Generate patch)

Comparing deliantra/server/random_maps/special.C (file contents):
Revision 1.27 by root, Fri Apr 11 21:09:53 2008 UTC vs.
Revision 1.28 by root, Sun Apr 13 22:54:08 2008 UTC

207 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1); 207 maptile *exit_style = find_style ("/styles/misc", "obscure_exits", -1);
208 int g_xsize, g_ysize; 208 int g_xsize, g_ysize;
209 209
210 if (!exit_style) 210 if (!exit_style)
211 { 211 {
212 LOG (llevError, "unabel to load stylemap /styles/misc obscure_exits\n"); 212 LOG (llevError, "unable to load stylemap /styles/misc obscure_exits\n");
213 return; 213 return;
214 } 214 }
215 215
216 object *the_exit = object::create (); 216 object *the_exit = object::create ();
217 217

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines