diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h index 37ce492773..96f2f2698f 100644 --- a/engines/agos/detection_tables.h +++ b/engines/agos/detection_tables.h @@ -99,7 +99,7 @@ static const AGOSGameDescription gameDescriptions[] = { "Floppy", { - { "01.out", GAME_ICONFILE, "3a2a4c3e07dfbc4b309deade0af37baf", -1}, + { "01.out", 0, "3a2a4c3e07dfbc4b309deade0af37baf", -1}, { "icon.out", GAME_ICONFILE, "40d8347c3154bfa8b642d6860a4b9481", -1}, { "night.dbm", GAME_BASEFILE, "177311ae059243f6a2740e950585d786", -1}, { "night.txt", GAME_TEXTFILE, "861fc1fa0864eef585f5865dee52e325", -1}, @@ -122,7 +122,7 @@ static const AGOSGameDescription gameDescriptions[] = { "Floppy", { - { "01.out", GAME_ICONFILE, "7f3e2a7a3aad016ad1bf540fcbe031ca", -1}, + { "01.out", 0, "7f3e2a7a3aad016ad1bf540fcbe031ca", -1}, { "icon.out", GAME_ICONFILE, "40d8347c3154bfa8b642d6860a4b9481", -1}, { "night.dbm", GAME_BASEFILE, "177311ae059243f6a2740e950585d786", -1}, { "night.txt", GAME_TEXTFILE, "861fc1fa0864eef585f5865dee52e325", -1}, |