Skip to content

Commit

Permalink
Added the subsector blockmap
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 7, 2003
1 parent 3c0dee2 commit 3007516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doomsday/Include/p_data.h
Expand Up @@ -159,6 +159,8 @@ extern byte *lines;
extern int numsides;
extern byte *sides;

extern subsector_t ***subsectorblockmap; // array of subsec* arrays

extern fixed_t mapgravity; // Gravity for the current map.

void P_ValidateLevel(void);
Expand Down

0 comments on commit 3007516

Please sign in to comment.