Skip to content

Commit

Permalink
Replaced missing DMT_ type for sector_t->reverb which was accidentall…
Browse files Browse the repository at this point in the history
…y removed in the last commit.
  • Loading branch information
danij committed Feb 6, 2009
1 parent 0c01a95 commit dd8eb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/api/dd_maptypes.h
Expand Up @@ -54,6 +54,7 @@
#define DMT_SECTOR_SSECTORS DDVT_PTR // [ssectorCount+1] size.
#define DMT_SECTOR_SOUNDORG DDVT_PTR
#define DMT_SECTOR_PLANECOUNT DDVT_UINT
#define DMT_SECTOR_REVERB DDVT_FLOAT

#define DMT_SIDEDEF_SEGCOUNT DDVT_UINT
#define DMT_SIDEDEF_SEGS DDVT_PTR // [segcount] size, segs arranged left>right
Expand Down

0 comments on commit dd8eb8a

Please sign in to comment.