From 1913a61f30f4200c044f11268ab6fca40f0af510 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 3 Dec 2015 14:22:04 +0200 Subject: LAB: Some renaming and cleanup --- engines/lab/vga.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/lab/vga.cpp') diff --git a/engines/lab/vga.cpp b/engines/lab/vga.cpp index 73f80b29f8..0248bb823c 100644 --- a/engines/lab/vga.cpp +++ b/engines/lab/vga.cpp @@ -270,9 +270,9 @@ void LabEngine::drawHLine(uint16 x1, uint16 y, uint16 x2) { } /*****************************************************************************/ -/* Ghoasts a region on the screen using the desired pen color. */ +/* Overlays a region on the screen using the desired pen color. */ /*****************************************************************************/ -void LabEngine::ghoastRect(uint16 pencolor, uint16 x1, uint16 y1, uint16 x2, uint16 y2) { +void LabEngine::overlayRect(uint16 pencolor, uint16 x1, uint16 y1, uint16 x2, uint16 y2) { int dx = x1; int dy = y1; int w = x2 - x1 + 1; -- cgit v1.2.3