aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/simon/simon.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index f6a3025356..c47dbbea66 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -2266,10 +2266,9 @@ void SimonEngine::loadZone(uint vga_res) {
vpe->vgaFile1 = read_vga_from_datfile_2(vga_res * 2, 1);
vpe->vgaFile2 = read_vga_from_datfile_2(vga_res * 2 + 1, 2);
- vpe->sfxFile = NULL;
+ vpe->sfxFile = NULL;
if (getGameType() == GType_FF && getPlatform() == Common::kPlatformWindows)
- read_vga_from_datfile_2(vga_res * 2, 3);
-
+ vpe->sfxFile = read_vga_from_datfile_2(vga_res * 2, 3);
}
byte *SimonEngine::setup_vga_destination(uint32 size) {