From b3c9b51e4638afa3fb2afd32d2a9b3e16153d0e3 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Mon, 28 Nov 2011 18:54:01 +0100 Subject: CGE: Add to the console a function to display boundaries --- engines/cge/vga13h.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/cge/vga13h.h') diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h index 50cf5dea0d..beca19f667 100644 --- a/engines/cge/vga13h.h +++ b/engines/cge/vga13h.h @@ -177,6 +177,7 @@ public: }; class Vga { + CGEEngine *_vm; bool _setPal; Dac *_oldColors; Dac *_newColors; @@ -196,7 +197,7 @@ public: Graphics::Surface *_page[4]; Dac *_sysPal; - Vga(); + Vga(CGEEngine *vm); ~Vga(); uint8 *glass(Dac *pal, const uint8 colR, const uint8 colG, const uint8 colB); -- cgit v1.2.3