From ae31469a9aa7163c4ed42414fbb2c6c95e2d7e8a Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 30 May 2012 04:23:34 +0100 Subject: DREAMWEB: Replaced vsync() function with waitForVSync(). As a call to waitForVSync() was the only contents of vsync(), there should be no functional change. --- engines/dreamweb/newplace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dreamweb/newplace.cpp') 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(); -- cgit v1.2.3