Skip to content

Commit

Permalink
Added new sprefs
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 28, 2003
1 parent eaa2060 commit 08e2865
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doomsday/Include/Common/p_xgline.h
Expand Up @@ -207,7 +207,17 @@ enum // Sector -> Plane reference type.
SPREF_MIN_TOP_TEXTURE,
SPREF_MAX_BOTTOM_TEXTURE,
SPREF_MAX_MID_TEXTURE,
SPREF_MAX_TOP_TEXTURE
SPREF_MAX_TOP_TEXTURE,
SPREF_SECTOR_TAGGED_FLOOR,
SPREF_LINE_TAGGED_FLOOR,
SPREF_TAGGED_FLOOR,
SPREF_ACT_TAGGED_FLOOR,
SPREF_INDEX_FLOOR,
SPREF_SECTOR_TAGGED_CEILING,
SPREF_LINE_TAGGED_CEILING,
SPREF_TAGGED_CEILING,
SPREF_ACT_TAGGED_CEILING,
SPREF_INDEX_CEILING
};

enum // Special lightlevel sources.
Expand Down

0 comments on commit 08e2865

Please sign in to comment.