aboutsummaryrefslogtreecommitdiff
path: root/saga/script.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/script.h')
-rw-r--r--saga/script.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/saga/script.h b/saga/script.h
index 46ef3b5f9b..9baf427faa 100644
--- a/saga/script.h
+++ b/saga/script.h
@@ -71,7 +71,7 @@ struct R_SEMAPHORE {
int hold_count;
};
-struct R_SCRIPT_THREAD_tag {
+struct R_SCRIPT_THREAD {
int executing;
int sleep_time;
@@ -83,8 +83,6 @@ struct R_SCRIPT_THREAD_tag {
Common::Stack<SDataWord_T> *stack;
};
-typedef struct R_SCRIPT_THREAD_tag R_SCRIPT_THREAD;
-
struct R_PROC_TBLENTRY {
size_t name_offset;
size_t offset;