mirror of
https://github.com/1dot13/gamedir.git
synced 2026-07-22 13:40:25 +02:00
Use the same enums for IntroType as Ja2
This commit is contained in:
committed by
majcosta
parent
97df7fce77
commit
aae6270e9d
@@ -20,10 +20,10 @@ Video = {
|
||||
}
|
||||
|
||||
IntroType = {
|
||||
INTRO_HELI_CRASH = 0,
|
||||
INTRO_BEGINNING = 1, -- set when viewing the intro at the begining of the game
|
||||
INTRO_ENDING = 2, -- set when viewing the end game video.
|
||||
INTRO_SPLASH = 3,
|
||||
INTRO_BEGINNING = 0, -- set when viewing the intro at the begining of the game
|
||||
INTRO_ENDING = 1, -- set when viewing the end game video.
|
||||
INTRO_SPLASH = 2,
|
||||
INTRO_HELI_CRASH = 3,
|
||||
}
|
||||
|
||||
ScreenTypes =
|
||||
|
||||
Reference in New Issue
Block a user