[Scummvm-git-logs] scummvm master -> 1f1cab483ee6b929fb9fdbb9bf692a971701a99d

aquadran noreply at scummvm.org
Sun Oct 13 20:43:13 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
1f1cab483e GRIM: Bump savegame minor version to flag fixed broken patch


Commit: 1f1cab483ee6b929fb9fdbb9bf692a971701a99d
    https://github.com/scummvm/scummvm/commit/1f1cab483ee6b929fb9fdbb9bf692a971701a99d
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2024-10-13T22:43:09+02:00

Commit Message:
GRIM: Bump savegame minor version to flag fixed broken patch

Changed paths:
    engines/grim/savegame.cpp


diff --git a/engines/grim/savegame.cpp b/engines/grim/savegame.cpp
index 6182ecd5d1a..5ff8a834eb1 100644
--- a/engines/grim/savegame.cpp
+++ b/engines/grim/savegame.cpp
@@ -34,7 +34,7 @@ namespace Grim {
 #define SAVEGAME_FOOTERTAG  'ESAV'
 
 uint SaveGame::SAVEGAME_MAJOR_VERSION = 22;
-uint SaveGame::SAVEGAME_MINOR_VERSION = 28;
+uint SaveGame::SAVEGAME_MINOR_VERSION = 29;
 
 SaveGame *SaveGame::openForLoading(const Common::String &filename) {
 	Common::InSaveFile *inSaveFile = g_system->getSavefileManager()->openForLoading(filename);




More information about the Scummvm-git-logs mailing list