ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/cfperl.xs
(Generate patch)

Comparing deliantra/server/server/cfperl.xs (file contents):
Revision 1.157 by root, Sun Jan 28 00:20:02 2007 UTC vs.
Revision 1.158 by root, Mon Jan 29 14:46:01 2007 UTC

2250 2250
2251void fix_walls (maptile *map, int x, int y) 2251void fix_walls (maptile *map, int x, int y)
2252 2252
2253void fix_walls_around (maptile *map, int x, int y) 2253void fix_walls_around (maptile *map, int x, int y)
2254 2254
2255const char *
2256region_name (maptile *m)
2257 CODE:
2258 RETVAL = get_name_of_region_for_map (m);
2259 OUTPUT: RETVAL
2260
2261# worst xs function of my life 2255# worst xs function of my life
2262bool 2256bool
2263_create_random_map (\ 2257_create_random_map (\
2264 maptile *self,\ 2258 maptile *self,\
2265 char *wallstyle,\ 2259 char *wallstyle,\

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines