aboutsummaryrefslogtreecommitdiff
path: root/queen/talk.cpp
diff options
context:
space:
mode:
authorGregory Montoir2003-11-30 20:41:02 +0000
committerGregory Montoir2003-11-30 20:41:02 +0000
commit577aad5eddf9bf9c3df67a92da1f34446e20d6e5 (patch)
treec9afead45d327fc983a0fda1a1b5b693d5357441 /queen/talk.cpp
parent785da90067a6b7689804e5573b2b392ee953014a (diff)
downloadscummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.gz
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.tar.bz2
scummvm-rg350-577aad5eddf9bf9c3df67a92da1f34446e20d6e5.zip
cleanup
svn-id: r11438
Diffstat (limited to 'queen/talk.cpp')
-rw-r--r--queen/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/talk.cpp b/queen/talk.cpp
index d4702d2261..c099850683 100644
--- a/queen/talk.cpp
+++ b/queen/talk.cpp
@@ -151,7 +151,7 @@ void Talk::talk(const char *filename, int personInRoom, char *cutawayFilename) {
initialTalk();
// Lines 906-? in talk.c
- _logic->display()->mouseCursorShow(true);
+ _logic->display()->showMouseCursor(true);
int16 level=1, retval=0;
int16 head = _dialogueTree[level][0].head;