aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/newplace.cpp
diff options
context:
space:
mode:
authorD G Turner2012-05-30 04:23:34 +0100
committerD G Turner2012-05-30 04:23:34 +0100
commitae31469a9aa7163c4ed42414fbb2c6c95e2d7e8a (patch)
tree8e377b0229df47c88b9ed3ce83ed809bb92d3520 /engines/dreamweb/newplace.cpp
parent96ae10c7491aed3258912ef91c8787b7975376ad (diff)
downloadscummvm-rg350-ae31469a9aa7163c4ed42414fbb2c6c95e2d7e8a.tar.gz
scummvm-rg350-ae31469a9aa7163c4ed42414fbb2c6c95e2d7e8a.tar.bz2
scummvm-rg350-ae31469a9aa7163c4ed42414fbb2c6c95e2d7e8a.zip
DREAMWEB: Replaced vsync() function with waitForVSync().
As a call to waitForVSync() was the only contents of vsync(), there should be no functional change.
Diffstat (limited to 'engines/dreamweb/newplace.cpp')
-rw-r--r--engines/dreamweb/newplace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dreamweb/newplace.cpp b/engines/dreamweb/newplace.cpp
index 529c45bd4a..ab6537422a 100644
--- a/engines/dreamweb/newplace.cpp
+++ b/engines/dreamweb/newplace.cpp
@@ -65,7 +65,7 @@ void DreamWebEngine::selectLocation() {
delPointer();
readMouse();
showPointer();
- vSync();
+ waitForVSync();
dumpPointer();
dumpTextLine();