[Scummvm-git-logs] scummvm master -> 11017630cad2a4ba707a8202b7339dab6367c9de
aquadran
noreply at scummvm.org
Sat Aug 20 04:56:29 UTC 2022
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:
11017630ca SWORD2: Fixed compiler warning
Commit: 11017630cad2a4ba707a8202b7339dab6367c9de
https://github.com/scummvm/scummvm/commit/11017630cad2a4ba707a8202b7339dab6367c9de
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2022-08-20T06:56:22+02:00
Commit Message:
SWORD2: Fixed compiler warning
Changed paths:
engines/sword2/detection_internal.h
diff --git a/engines/sword2/detection_internal.h b/engines/sword2/detection_internal.h
index 4dd98e74f14..eec8b350acf 100644
--- a/engines/sword2/detection_internal.h
+++ b/engines/sword2/detection_internal.h
@@ -50,7 +50,7 @@ static const GameSettings sword2_settings[] = {
{"sword2psxdemo", "Broken Sword II: The Smoking Mirror (PlayStation/Demo)", Sword2::GF_DEMO, "screens.clu", Common::kPlatformPSX },
{"sword2demo", "Broken Sword II: The Smoking Mirror (Demo)", Sword2::GF_DEMO, "players.clu", Common::kPlatformWindows },
{"sword2demo-es", "Broken Sword II: The Smoking Mirror (Spanish/Demo)", Sword2::GF_DEMO | Sword2::GF_SPANISHDEMO, "vielogo.tga", Common::kPlatformWindows },
- {NULL, NULL, 0, NULL}
+ {NULL, NULL, 0, NULL, Common::kPlatformUnknown }
};
} // End of namespace Sword2
More information about the Scummvm-git-logs
mailing list