From 0199084f0505ebd7aa82de6ac80a2807ac7f9711 Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:52:03 +0200 Subject: [PATCH] Remove commented out extern --- Ja2/SaveLoadGame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Ja2/SaveLoadGame.cpp b/Ja2/SaveLoadGame.cpp index 4addeafc..947a4ed7 100644 --- a/Ja2/SaveLoadGame.cpp +++ b/Ja2/SaveLoadGame.cpp @@ -168,8 +168,6 @@ extern BOOLEAN gfCreatureMeanwhileScenePlayed; BOOLEAN gMusicModeToPlay = FALSE; -//extern BOOLEAN gfFirstTimeInGameHeliCrash; - #ifdef JA2BETAVERSION BOOLEAN gfDisplaySaveGamesNowInvalidatedMsg = FALSE; #endif