aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/talk.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-06-08 03:09:21 +0000
committerFilippos Karapetis2008-06-08 03:09:21 +0000
commit6c5d005edc9b960dccd8dd56b1a8004834f40127 (patch)
treea365a065d730735744d0727b055cedb49fedf788 /engines/drascula/talk.cpp
parentb050430b41109d9ce9fabd3f1d98ad5dc4f54474 (diff)
downloadscummvm-rg350-6c5d005edc9b960dccd8dd56b1a8004834f40127.tar.gz
scummvm-rg350-6c5d005edc9b960dccd8dd56b1a8004834f40127.tar.bz2
scummvm-rg350-6c5d005edc9b960dccd8dd56b1a8004834f40127.zip
Cleanup
svn-id: r32609
Diffstat (limited to 'engines/drascula/talk.cpp')
-rw-r--r--engines/drascula/talk.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/engines/drascula/talk.cpp b/engines/drascula/talk.cpp
index 95765fe867..6aa09b2505 100644
--- a/engines/drascula/talk.cpp
+++ b/engines/drascula/talk.cpp
@@ -575,7 +575,7 @@ void DrasculaEngine::talk_blind(int index) {
byte *faceBuffer;
int p = 0;
- int pos_blind[6];
+ int pos_blind[6] = { 0, 2, 73, 1, 126, 149 };
int length = strlen(said);
color_abc(kColorBrown);
@@ -585,12 +585,6 @@ void DrasculaEngine::talk_blind(int index) {
talkInit(filename);
- pos_blind[1] = 2;
- pos_blind[2] = 73;
- pos_blind[3] = 1;
- pos_blind[4] = 126;
- pos_blind[5] = 149;
-
do {
copyBackground(0, 0, 0, 0, 320, 200, drawSurface1, screenSurface);
pos_blind[5] = 149;