|
Crossfire Server, Branch 1.12
R12190
|

Go to the source code of this file.
Functions | |
| char ** | expand2x (char **layout, int xsize, int ysize) |
| Expands the layout be a factor 2. | |
| 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.
1.7.6.1