diff options
author | Travis Howell | 2009-05-01 05:23:55 +0000 |
---|---|---|
committer | Travis Howell | 2009-05-01 05:23:55 +0000 |
commit | afc0052c435871ec8d9cd70550bd920431c6ad10 (patch) | |
tree | a6ee024fe3e3740eb7b260c22815ace74025a47f /engines | |
parent | ae46e8e1cabbee8662bd81e647d15fe5991549e2 (diff) | |
download | scummvm-rg350-afc0052c435871ec8d9cd70550bd920431c6ad10.tar.gz scummvm-rg350-afc0052c435871ec8d9cd70550bd920431c6ad10.tar.bz2 scummvm-rg350-afc0052c435871ec8d9cd70550bd920431c6ad10.zip |
Fix inventory regression in the PC version of PN.
svn-id: r40222
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}, |