diff options
author | rootfather | 2018-02-08 14:55:13 +0100 |
---|---|---|
committer | rootfather | 2018-02-08 15:01:57 +0100 |
commit | dad0ea4dab42852afa1c2c01933589122cb0dec5 (patch) | |
tree | 6a83cc9c56294d981f1d5c27b94035c479ca0ebb | |
parent | 889c149c05791de426310c197b30e5e5c7687737 (diff) | |
download | scummvm-rg350-dad0ea4dab42852afa1c2c01933589122cb0dec5.tar.gz scummvm-rg350-dad0ea4dab42852afa1c2c01933589122cb0dec5.tar.bz2 scummvm-rg350-dad0ea4dab42852afa1c2c01933589122cb0dec5.zip |
MOHAWK: Fix indentation in detection_tables.h
-rw-r--r-- | engines/mohawk/detection_tables.h | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 8e3b6a428b..a06b814fbd 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -52,8 +52,7 @@ static const MohawkGameDescription gameDescriptions[] = { }, // Myst - // English Windows 3.11 - // Version 1.0.1 + // English Windows 3.11, v1.0.1 // From rootfather { { @@ -74,18 +73,18 @@ static const MohawkGameDescription gameDescriptions[] = { // English Windows 3.11, v1.0 // From vonLeheCreative, #9645 { - { - "myst", - "", - AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"), - Common::EN_ANY, - Common::kPlatformWindows, - ADGF_NO_FLAGS, - GUI_OPTIONS_MYST - }, - GType_MYST, - 0, - 0, + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_MYST + }, + GType_MYST, + 0, + 0, }, // Myst Demo |