Skip to content

Commit c7fb06a

Browse files
committed
- fix regression (thanks @Natsu235)
1 parent dbc609b commit c7fb06a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 7.8.{build}
1+
version: 8.0.{build}
22

33
branches:
44
only:

src_rebuild/Game/C/event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ void SetUpEvents(int full)
14571457
firstMissionEvent = &event[cEvents];
14581458
cEvents += 3;
14591459
}
1460-
else if (gCurrentMissionNumber == 40)
1460+
else if (gCurrentMissionNumber - 39U < 2)
14611461
{
14621462
// setup Lenny helicopter
14631463
evt[cEvents].flags = 0xC0;

0 commit comments

Comments
 (0)