aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/objects.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/fullpipe/objects.h b/engines/fullpipe/objects.h
index dd1545ffb0..55686acaec 100644
--- a/engines/fullpipe/objects.h
+++ b/engines/fullpipe/objects.h
@@ -86,8 +86,7 @@ class Sc2 : public CObject {
virtual bool load(MfcArchive &file);
};
-class Sc2Array : public Common::Array<Sc2> {
-};
+typedef Common::Array<Sc2> Sc2Array;
union VarValue {
float floatValue;