- 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:
Mitchell Richters 2020-08-27 16:09:18 +10:00
parent 65a54361b4
commit a2b51edcdb

View file

@ -408,6 +408,8 @@ enum miscConstants
MAXTORCHSECTORS = 64,
MAXGEOSECTORS = 64,
CRACK_TIME = 777,
DUKE3D_NO_WIDESCREEN_PINNING = 1 << 0,
};
@ -425,12 +427,6 @@ enum
TRIPBOMB_TIMER = 2
};
// Miscellaenous constants in use throughout the game.
enum
{
CRACK_TIME = 777
};
// World tour
enum EFlamethrowerState
{