Skip to content

Commit

Permalink
Use the same enums for IntroType as Ja2
Browse files Browse the repository at this point in the history
  • Loading branch information
majcosta committed Jan 10, 2025
1 parent 97df7fc commit aae6270
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Data-UB/Scripts/intro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit aae6270

Please sign in to comment.