mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
GCC compile fix.
SVN r1834 (trunk)
This commit is contained in:
parent
9d00d4f41e
commit
f2a122e076
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ typedef enum
|
||||||
} ffloortype_e;
|
} ffloortype_e;
|
||||||
|
|
||||||
// This is for the purpose of Sector_SetContents:
|
// 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_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)
|
VC_WATER = 0x80825032, // 130, 80, 50, 128 -> 80.82.50.32 (was 0x101080)
|
||||||
|
|
Loading…
Reference in a new issue