mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Keep UB specific enum value for all builds
but at the end, not beginning as to not make a mess along with an intro.lua change in gamedir/Data-UB/Scripts this gets rid of a nasty preprocessor conditional in a header file
This commit is contained in:
committed by
majcosta
parent
7aa0e18352
commit
ff8376d625
+2
-4
@@ -12,13 +12,11 @@ void StopIntroVideo();
|
|||||||
//enums used for when the intro screen can come up, used with 'gbIntroScreenMode'
|
//enums used for when the intro screen can come up, used with 'gbIntroScreenMode'
|
||||||
enum EIntroType
|
enum EIntroType
|
||||||
{
|
{
|
||||||
#ifdef JA2UB
|
|
||||||
INTRO_HELI_CRASH,
|
|
||||||
#endif
|
|
||||||
INTRO_BEGINNING, //set when viewing the intro at the begining of the game
|
INTRO_BEGINNING, //set when viewing the intro at the begining of the game
|
||||||
INTRO_ENDING, //set when viewing the end game video.
|
INTRO_ENDING, //set when viewing the end game video.
|
||||||
|
|
||||||
INTRO_SPLASH,
|
INTRO_SPLASH,
|
||||||
|
// Unfinished Business
|
||||||
|
INTRO_HELI_CRASH
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user