aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge/vga13h.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/engines/cge/vga13h.h b/engines/cge/vga13h.h
index f52d8ba2f5..04c786777d 100644
--- a/engines/cge/vga13h.h
+++ b/engines/cge/vga13h.h
@@ -58,9 +58,6 @@ struct Seq {
int _dly;
};
-extern Seq _seq1[];
-extern Seq _seq2[];
-
class SprExt {
public:
int _x0;
@@ -214,8 +211,8 @@ public:
void show();
void update();
- static void palToDac(const byte *palData, Dac *tab);
- static void dacToPal(const Dac *tab, byte *palData);
+ void palToDac(const byte *palData, Dac *tab);
+ void dacToPal(const Dac *tab, byte *palData);
};
class HorizLine: public Sprite {