mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-03 13:10:34 -04:00
Merge remote-tracking branch 'origin' into independence
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user