mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
Delete pic_mode_t
This commit is contained in:
parent
0664671c57
commit
4c9f4e966c
1 changed files with 0 additions and 9 deletions
|
@ -853,15 +853,6 @@ typedef struct drawseg_s
|
|||
vertex_t leftpos, rightpos; // Used for rendering FOF walls with slopes
|
||||
} drawseg_t;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
PALETTE = 0, // 1 byte is the index in the doom palette (as usual)
|
||||
INTENSITY = 1, // 1 byte intensity
|
||||
INTENSITY_ALPHA = 2, // 2 byte: alpha then intensity
|
||||
RGB24 = 3, // 24 bit rgb
|
||||
RGBA32 = 4, // 32 bit rgba
|
||||
} pic_mode_t;
|
||||
|
||||
#ifdef ROTSPRITE
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue