From 5bc48cbbddc47ba3d1893776178c19bd33dbee4c Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 7 Dec 2015 17:46:37 +0100 Subject: LAB: Move utility functions to a separate class --- engines/lab/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/lab/interface.cpp') diff --git a/engines/lab/interface.cpp b/engines/lab/interface.cpp index 9ab570ad02..6aba1510f7 100644 --- a/engines/lab/interface.cpp +++ b/engines/lab/interface.cpp @@ -43,7 +43,7 @@ Common::KeyState _keyPressed; Gadget *createButton(uint16 x, uint16 y, uint16 id, uint16 key, Image *im, Image *imalt) { Gadget *gptr; - x = g_lab->_graphics->VGAScaleX(x); + x = g_lab->_utils->vgaScaleX(x); if ((gptr = new Gadget())) { gptr->x = x; -- cgit v1.2.3