-
Notifications
You must be signed in to change notification settings - Fork 758
Map Cell2gat
Haru edited this page Oct 19, 2016
·
1 revision
static int map_cell2gat(struct mapcell cell) map_cell2gat(cell);
- cell = struct mapcell
- 0 (walkable and shootoverable ground and not water)(normal ground)
- 1 (not walkable and not shootoverable ground and not water)(wall)
- 3 (walkable and shootoverable ground and water)
- 5 (not walkable and shootoverable ground and not water)