aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/vga13h.h
diff options
context:
space:
mode:
authorStrangerke2011-08-27 19:09:13 +0200
committerStrangerke2011-08-27 19:09:13 +0200
commit4cb6c739a4cf75a0e072197845a54620db0b10b8 (patch)
tree24d86211192b3375eb3452c0905df33639a0df2f /engines/cge/vga13h.h
parentad244d464cbae3fdef27caf948f33b8f7884bad9 (diff)
downloadscummvm-rg350-4cb6c739a4cf75a0e072197845a54620db0b10b8.tar.gz
scummvm-rg350-4cb6c739a4cf75a0e072197845a54620db0b10b8.tar.bz2
scummvm-rg350-4cb6c739a4cf75a0e072197845a54620db0b10b8.zip
CGE: Change a couple of static members to non static in Vga class
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);