Atrinik Server 2.5
Functions
random_maps/floor.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

mapstructmake_map_floor (char *floorstyle, RMParms *RP)

Detailed Description

Random map floor handling.

Definition in file floor.c.


Function Documentation

mapstruct* make_map_floor ( char *  floorstyle,
RMParms RP 
)

Creates the Atrinik map structure from the layout, and adds the floor.

Parameters:
floorstylefloor style. Can be NULL, in which case a random one is chosen.
RPRandom map parameters.
Returns:
Atrinik map structure.

Definition at line 38 of file floor.c.