From f2a122e076cadbe421b0a628158007e0e0f76866 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 15 Sep 2009 11:53:12 +0000 Subject: [PATCH] GCC compile fix. SVN r1834 (trunk) --- src/p_3dfloors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_3dfloors.h b/src/p_3dfloors.h index 9e03897be..d15a1356d 100644 --- a/src/p_3dfloors.h +++ b/src/p_3dfloors.h @@ -40,7 +40,7 @@ typedef enum } ffloortype_e; // This is for the purpose of Sector_SetContents: -enum : unsigned int +enum E3DFloorContents : unsigned int { VC_EMPTY = 0, // Here's the original values of the color shifts in Vavoom, and in ARGB: VC_WATER = 0x80825032, // 130, 80, 50, 128 -> 80.82.50.32 (was 0x101080)