aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/scene.h')
-rw-r--r--engines/saga/scene.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/saga/scene.h b/engines/saga/scene.h
index 8d48e71445..156705986d 100644
--- a/engines/saga/scene.h
+++ b/engines/saga/scene.h
@@ -140,8 +140,7 @@ struct SceneEntry {
uint16 facing;
};
-class SceneEntryList : public Common::Array<SceneEntry> {
-};
+typedef Common::Array<SceneEntry> SceneEntryList;
struct SceneImage {
bool loaded;