- fixed episode startup on Duke so that the intro for ep. 4 plays.

This commit is contained in:
Christoph Oelckers 2020-09-25 19:46:04 +02:00
parent 89bc194035
commit 1fc919f5a1

View file

@ -191,7 +191,8 @@ void GameInterface::NewGame(MapRecord* map, int skill)
ps[0].last_extra = max_player_health;
resetweapons(0);
resetinventory(0);
NextLevel(map, skill);
startnewgame(map, skill);
}
//---------------------------------------------------------------------------