mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
fix katina and venom briefing in level select
This commit is contained in:
parent
cbaa2b5a4a
commit
bff2324fae
@ -112,7 +112,7 @@ void Map_LevelSelect(void) {
|
||||
}
|
||||
|
||||
// Bypass briefing
|
||||
if (CVarGetInteger("gSkipBriefing", 0) == 1) {
|
||||
if ((CVarGetInteger("gSkipBriefing", 0) == 1) || (sCurrentPlanetId == PLANET_VENOM)) {
|
||||
if ((timer == 0) && (startLevel == 1)) {
|
||||
if ((sMapState == 2) && (sMapSubState > 0)) {
|
||||
if (sCurrentPlanetId == PLANET_VENOM) {
|
||||
|
@ -4093,6 +4093,10 @@ bool Map_LevelPlayedStatus_Check(PlanetId planet) {
|
||||
case PLANET_SOLAR:
|
||||
planetSaveSlot = SAVE_SLOT_SOLAR;
|
||||
break;
|
||||
|
||||
default:
|
||||
planetSaveSlot = planet;
|
||||
break;
|
||||
}
|
||||
|
||||
if (CVarGetInteger("gLevelSelector", 0) && gMissionNumber == 6) {
|
||||
@ -6086,7 +6090,7 @@ void Map_BriefingRadio_Update(void) {
|
||||
if ((D_menu_801CF018 > 0) && (D_menu_801CF018 != 100)) {
|
||||
Map_BriefingRadio_Draw(gCurrentRadioPortrait);
|
||||
Map_BriefingRadio_Draw(D_menu_801AF420[!D_menu_801CD940]);
|
||||
if (CVarGetInteger("gLevelSelector", 0) && (sCurrentPlanetId == 6)) {
|
||||
if (CVarGetInteger("gLevelSelector", 0) && (gMissionNumber == 6)) {
|
||||
return;
|
||||
}
|
||||
func_radio_800BB388();
|
||||
|
Loading…
Reference in New Issue
Block a user