aboutsummaryrefslogtreecommitdiff
path: root/saga/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/events.cpp')
-rw-r--r--saga/events.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/events.cpp b/saga/events.cpp
index f822d23b3e..700c9d90f6 100644
--- a/saga/events.cpp
+++ b/saga/events.cpp
@@ -518,8 +518,8 @@ int EVENT_ClearList(void)
YS_DL_NODE *walk_node;
YS_DL_NODE *next_node;
- struct R_EVENT_tag *chain_walk;
- struct R_EVENT_tag *next_chain;
+ R_EVENT *chain_walk;
+ R_EVENT *next_chain;
R_EVENT *event_p;
@@ -556,8 +556,8 @@ int EVENT_FreeList(void)
YS_DL_NODE *walk_node;
YS_DL_NODE *next_node;
- struct R_EVENT_tag *chain_walk;
- struct R_EVENT_tag *next_chain;
+ R_EVENT *chain_walk;
+ R_EVENT *next_chain;
R_EVENT *event_p;