aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.h')
-rw-r--r--engines/avalanche/avalot.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/avalanche/avalot.h b/engines/avalanche/avalot.h
index efd04ff35a..29433ee831 100644
--- a/engines/avalanche/avalot.h
+++ b/engines/avalanche/avalot.h
@@ -101,8 +101,7 @@ struct MagicType {
uint16 _data; // data for them
};
-class FieldType {
-public:
+struct FieldType {
int16 _x1, _y1, _x2, _y2;
};
@@ -110,8 +109,7 @@ struct ByteField {
byte _x1, _y1, _x2, _y2;
};
-class LineType : public FieldType {
-public:
+struct LineType : public FieldType {
byte _color;
};