From af1ad3885fdf9032f4f321fb6eea2309932a91bf Mon Sep 17 00:00:00 2001 From: Asdow <20314541+Asdow@users.noreply.github.com> Date: Sun, 23 Nov 2025 13:52:35 +0200 Subject: [PATCH] Fix typo --- Ja2/SaveLoadGame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ja2/SaveLoadGame.cpp b/Ja2/SaveLoadGame.cpp index 947a4ed7..dd340883 100644 --- a/Ja2/SaveLoadGame.cpp +++ b/Ja2/SaveLoadGame.cpp @@ -181,7 +181,7 @@ UINT32 CalcJA2EncryptionSet( SAVED_GAME_HEADER * pSaveGameHeader ); typedef struct { - //The screen that the gaem was saved from + //The screen that the game was saved from UINT32 uiCurrentScreen; UINT32 uiCurrentUniqueSoldierId;