From 4cb6c739a4cf75a0e072197845a54620db0b10b8 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sat, 27 Aug 2011 19:09:13 +0200 Subject: CGE: Change a couple of static members to non static in Vga class --- engines/cge/vga13h.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/cge/vga13h.h') diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h index 9649201021..e917e86a32 100644 --- a/engines/cge/vga13h.h +++ b/engines/cge/vga13h.h @@ -196,13 +196,11 @@ public: Queue *_showQ; Queue *_spareQ; int _mono; - static Graphics::Surface *_page[4]; - static Dac *_sysPal; + Graphics::Surface *_page[4]; + Dac *_sysPal; Vga(); ~Vga(); - static void init(); - static void deinit(); void getColors(Dac *tab); void setColors(Dac *tab, int lum); -- cgit v1.2.3