- fixed level number for RRRA's travel animations.

first level is 1001, not 1.
This commit is contained in:
Christoph Oelckers 2022-06-02 10:18:57 +02:00
parent 0a020e9cc1
commit 126f6051d2

View file

@ -363,7 +363,7 @@ class RRCutscenes ui
static void BuildMapIntro(ScreenJobRunner runner, MapRecord map)
{
int ln = map.levelnumber - 1;
int ln = map.levelnumber - 1001;
if (ln == 0) return;
if (ln >= 1000) ln -= 1000-7;