[Scummvm-git-logs] scummvm master -> 83ff98940d6d2b6190607be95ab7276c16f26604
ccawley2011
noreply at scummvm.org
Thu Nov 3 19:32:48 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:
83ff98940d CRYOMNI3D: Remove unused options list
Commit: 83ff98940d6d2b6190607be95ab7276c16f26604
https://github.com/scummvm/scummvm/commit/83ff98940d6d2b6190607be95ab7276c16f26604
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2022-11-03T19:32:44Z
Commit Message:
CRYOMNI3D: Remove unused options list
Changed paths:
engines/cryomni3d/detection.cpp
diff --git a/engines/cryomni3d/detection.cpp b/engines/cryomni3d/detection.cpp
index cccedeb494d..03d7a7f71a1 100644
--- a/engines/cryomni3d/detection.cpp
+++ b/engines/cryomni3d/detection.cpp
@@ -50,14 +50,10 @@ static const DebugChannelDef debugFlagList[] = {
namespace CryOmni3D {
-static const ADExtraGuiOptionsMap optionsList[] = {
- AD_EXTRA_GUI_OPTIONS_TERMINATOR
-};
-
class CryOmni3DMetaEngineDetection : public AdvancedMetaEngineDetection {
public:
CryOmni3DMetaEngineDetection() : AdvancedMetaEngineDetection(CryOmni3D::gameDescriptions,
- sizeof(CryOmni3DGameDescription), cryomni3DGames, optionsList) {
+ sizeof(CryOmni3DGameDescription), cryomni3DGames) {
_directoryGlobs = directoryGlobs;
_maxScanDepth = 5;
}
More information about the Scummvm-git-logs
mailing list