From fa8d319e3106f1b8ee5c8ebfcb2e8a8df8ca5bf0 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 30 Nov 2015 20:08:55 +0100 Subject: LAB: More renames --- engines/lab/engine.cpp | 2 +- engines/lab/lab.h | 2 +- engines/lab/vga.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/engines/lab/engine.cpp b/engines/lab/engine.cpp index b7970ae171..05a219606e 100644 --- a/engines/lab/engine.cpp +++ b/engines/lab/engine.cpp @@ -737,7 +737,7 @@ void LabEngine::mainGameLoop() { GotMessage = true; mayShowCrumbIndicator(); screenUpdate(); - if (!from_crumbs(GADGETUP, code, 0, WSDL_GetMousePos(), curInv, curMsg, forceDraw, code, actionMode)) + if (!from_crumbs(GADGETUP, code, 0, getMousePos(), curInv, curMsg, forceDraw, code, actionMode)) break; } } diff --git a/engines/lab/lab.h b/engines/lab/lab.h index 7cca82512f..0b2e777021 100644 --- a/engines/lab/lab.h +++ b/engines/lab/lab.h @@ -190,7 +190,7 @@ private: /*---------- Drawing Routines ----------*/ void drawMaskImage(Image *Im, uint16 x, uint16 y); - Common::Point WSDL_GetMousePos(); + Common::Point getMousePos(); void changeVolume(int delta); void applyPalette(byte *buf, uint16 first, uint16 numreg, uint16 slow); diff --git a/engines/lab/vga.cpp b/engines/lab/vga.cpp index bb313e18b4..79261dff02 100644 --- a/engines/lab/vga.cpp +++ b/engines/lab/vga.cpp @@ -166,7 +166,7 @@ void LabEngine::processInput(bool can_delay) { g_system->delayMillis(10); } -Common::Point LabEngine::WSDL_GetMousePos() { +Common::Point LabEngine::getMousePos() { processInput(); return _mousePos; -- cgit v1.2.3