aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/script.h')
-rw-r--r--engines/saga/script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/script.h b/engines/saga/script.h
index 3061a31bb3..423e4d0ee7 100644
--- a/engines/saga/script.h
+++ b/engines/saga/script.h
@@ -268,7 +268,7 @@ public:
}
};
-typedef SortedList<ScriptThread> ScriptThreadList;
+typedef Common::List<ScriptThread> ScriptThreadList;
#define SCRIPTOP_PARAMS ScriptThread *thread, MemoryReadStream *scriptS, bool &stopParsing, bool &breakOut
#define SCRIPTFUNC_PARAMS ScriptThread *thread, int nArgs, bool &disContinue