mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-05 13:20:56 +00:00
- Duke: Delete enum created in 3e79e7b63f
and move CRACK_TIME
to miscConstants
.
* Didn't have a very good look, apparently...
This commit is contained in:
parent
65a54361b4
commit
a2b51edcdb
1 changed files with 2 additions and 6 deletions
|
@ -408,6 +408,8 @@ enum miscConstants
|
||||||
MAXTORCHSECTORS = 64,
|
MAXTORCHSECTORS = 64,
|
||||||
MAXGEOSECTORS = 64,
|
MAXGEOSECTORS = 64,
|
||||||
|
|
||||||
|
CRACK_TIME = 777,
|
||||||
|
|
||||||
DUKE3D_NO_WIDESCREEN_PINNING = 1 << 0,
|
DUKE3D_NO_WIDESCREEN_PINNING = 1 << 0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -425,12 +427,6 @@ enum
|
||||||
TRIPBOMB_TIMER = 2
|
TRIPBOMB_TIMER = 2
|
||||||
};
|
};
|
||||||
|
|
||||||
// Miscellaenous constants in use throughout the game.
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
CRACK_TIME = 777
|
|
||||||
};
|
|
||||||
|
|
||||||
// World tour
|
// World tour
|
||||||
enum EFlamethrowerState
|
enum EFlamethrowerState
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue