aboutsummaryrefslogtreecommitdiff
path: root/sword2
diff options
context:
space:
mode:
authorOliver Kiehl2003-09-14 23:39:06 +0000
committerOliver Kiehl2003-09-14 23:39:06 +0000
commit685d44940f21904d7c74ea1bce1a53f13b5e6eaa (patch)
treebd4c78a343d86a96a366e6fa099b6dc1f8fb9f66 /sword2
parentf69d97aadbe579e1451a03c6537102521d6b4988 (diff)
downloadscummvm-rg350-685d44940f21904d7c74ea1bce1a53f13b5e6eaa.tar.gz
scummvm-rg350-685d44940f21904d7c74ea1bce1a53f13b5e6eaa.tar.bz2
scummvm-rg350-685d44940f21904d7c74ea1bce1a53f13b5e6eaa.zip
fix "Cutscene - Press ESC to exit" message
svn-id: r10258
Diffstat (limited to 'sword2')
-rw-r--r--sword2/driver/d_draw.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 72ee7fa92b..053a4a8d8a 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -554,7 +554,6 @@ int32 PlaySmacker(char *filename, _movieTextObject *text[], uint8 *musicOut) {
EraseBackBuffer();
-/*
// HACK: Draw instructions
//
// I'm using the the menu area, because that's unlikely to be
@@ -573,13 +572,13 @@ int32 PlaySmacker(char *filename, _movieTextObject *text[], uint8 *musicOut) {
msgSprite.w = frame->width;
msgSprite.h = frame->height;
msgSprite.h = RDSPR_DISPLAYALIGN | RDSPR_NOCOMPRESSION | RDSPR_TRANS;
+ msgSprite.type = RDSPR_NOCOMPRESSION;
msgSprite.data = data->ad + sizeof(_frameHeader);
CreateSurface(&msgSprite, &msgSurface);
DrawSurface(&msgSprite, msgSurface);
DeleteSurface(msgSurface);
Free_mem(data);
-*/
// In case the cutscene has a long lead-in, start just before
// the first line of text.