Skip to content
Snippets Groups Projects
Commit 4c9f4e96 authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Delete pic_mode_t

parent 0664671c
Branches
Tags
No related merge requests found
...@@ -853,15 +853,6 @@ typedef struct drawseg_s ...@@ -853,15 +853,6 @@ typedef struct drawseg_s
vertex_t leftpos, rightpos; // Used for rendering FOF walls with slopes vertex_t leftpos, rightpos; // Used for rendering FOF walls with slopes
} drawseg_t; } 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 #ifdef ROTSPRITE
typedef struct typedef struct
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment