From 4c9f4e966ca032f9e0c925ac42229a59008b5fe8 Mon Sep 17 00:00:00 2001 From: Lactozilla Date: Sat, 24 Feb 2024 14:03:11 -0300 Subject: [PATCH] Delete pic_mode_t --- src/r_defs.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/r_defs.h b/src/r_defs.h index 8cd2059cb..369fd5fbf 100644 --- a/src/r_defs.h +++ b/src/r_defs.h @@ -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 {