aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/vga13h.h')
-rw-r--r--engines/cge/vga13h.h6
1 files changed, 2 insertions, 4 deletions
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);