DREAMWEB: Replaced vsync() function with waitForVSync().

As a call to waitForVSync() was the only contents of vsync(), there
should be no functional change.
This commit is contained in:
D G Turner 2012-05-30 04:23:34 +01:00
parent 96ae10c749
commit ae31469a9a
12 changed files with 46 additions and 51 deletions

View file

@ -52,7 +52,7 @@ void DreamWebEngine::talk() {
readMouse();
animPointer();
showPointer();
vSync();
waitForVSync();
dumpPointer();
dumpTextLine();
_getBack = 0;
@ -211,7 +211,7 @@ bool DreamWebEngine::hangOnPQ() {
readMouse();
animPointer();
showPointer();
vSync();
waitForVSync();
dumpPointer();
dumpTextLine();
checkCoords(quitList);