Crossfire Server, Branches 1.12
R18729
|
#include <newserver.h>
Data Fields | |
int | darkness |
uint16 | faces [MAP_LAYERS] |
uint16 | smooth [MAP_LAYERS] |
One map cell, as sent to the client.
Definition at line 59 of file newserver.h.
int map_cell_struct::darkness |
Definition at line 62 of file newserver.h.
Referenced by draw_client_map2(), and map_clearcell().
uint16 map_cell_struct::faces[MAP_LAYERS] |
Definition at line 60 of file newserver.h.
Referenced by map2_add_ob(), map2_delete_layer(), and map_clearcell().
uint16 map_cell_struct::smooth[MAP_LAYERS] |
Definition at line 61 of file newserver.h.