Skip to content

Commit

Permalink
Handle event 83 (duplicate of 4)
Browse files Browse the repository at this point in the history
This makes Episode 5 fully playable
  • Loading branch information
KScl committed Jul 31, 2020
1 parent 62f58dc commit 10a5752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tyrian2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4234,7 +4234,8 @@ void JE_eventSystem( void )
backMove3 = 1;
break;

case 4:
case 4: // Map stop
case 83: // T2000: Also a map stop
stopBackgrounds = true;
switch (eventRec[eventLoc-1].eventdat)
{
Expand Down

0 comments on commit 10a5752

Please sign in to comment.