aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-01-09 11:39:43 -0600
committerColin Snover2017-01-09 19:34:54 -0600
commit126378fa263734c44072bc4ad14835cba23bb124 (patch)
tree8d32178f02660bfa3fcaad9590502f7e91d29ac4
parentc48c24d1d328cd0701075f636be3c853fa81e5c0 (diff)
downloadscummvm-rg350-126378fa263734c44072bc4ad14835cba23bb124.tar.gz
scummvm-rg350-126378fa263734c44072bc4ad14835cba23bb124.tar.bz2
scummvm-rg350-126378fa263734c44072bc4ad14835cba23bb124.zip
SCI32: Fix bad coordinates in PQ:SWAT demo
-rw-r--r--engines/sci/graphics/frameout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/graphics/frameout.cpp b/engines/sci/graphics/frameout.cpp
index 57512f1b66..08fdd5143f 100644
--- a/engines/sci/graphics/frameout.cpp
+++ b/engines/sci/graphics/frameout.cpp
@@ -88,13 +88,13 @@ GfxFrameout::GfxFrameout(SegManager *segMan, GfxPalette32 *palette, GfxTransitio
case GID_LIGHTHOUSE:
case GID_LSL7:
case GID_PHANTASMAGORIA2:
- case GID_PQSWAT:
case GID_TORIN:
case GID_RAMA:
_currentBuffer.scriptWidth = 640;
_currentBuffer.scriptHeight = 480;
break;
case GID_GK2:
+ case GID_PQSWAT:
if (!g_sci->isDemo()) {
_currentBuffer.scriptWidth = 640;
_currentBuffer.scriptHeight = 480;