aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/converse.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2008-09-11 09:31:45 +0000
committerFilippos Karapetis2008-09-11 09:31:45 +0000
commitfa3d3e36436770ca8ecc7fc9ddadaf515e0c7861 (patch)
tree7ba2043f5b46024e047e6c360fd38bb68a1de015 /engines/drascula/converse.cpp
parent19dd03dfa8fbc48d4cfb511033e8c2930607a01b (diff)
downloadscummvm-rg350-fa3d3e36436770ca8ecc7fc9ddadaf515e0c7861.tar.gz
scummvm-rg350-fa3d3e36436770ca8ecc7fc9ddadaf515e0c7861.tar.bz2
scummvm-rg350-fa3d3e36436770ca8ecc7fc9ddadaf515e0c7861.zip
- The game's cursor is now handled via ScummVM's cursor manager, instead of the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be)
- Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer - hay_que_load -> loadedDifferentChapter - Merged withoutVerb() and selectVerb() This is a big change, it might lead to regressions! svn-id: r34488
Diffstat (limited to 'engines/drascula/converse.cpp')
-rw-r--r--engines/drascula/converse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index 950c73c241..dee5868142 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -122,7 +122,7 @@ void DrasculaEngine::converse(int index) {
breakOut = 0;
- withoutVerb();
+ selectVerb(0);
getStringFromLine(buffer, size, phrase1);
getStringFromLine(buffer, size, phrase2);