Crossfire Server, Branches 1.12
R18729
|
Go to the source code of this file.
Functions | |
char ** | expand2x (char **layout, int xsize, int ysize) |
char** expand2x | ( | char ** | layout, |
int | xsize, | ||
int | ysize | ||
) |
Expands the layout be a factor 2. Doors and walls are taken care of.
layout | layout to expand. Memory is free()d at the end, so pointer becomes invalid. |
xsize | |
ysize | layout size. |
Definition at line 39 of file expand2x.c.