aboutsummaryrefslogtreecommitdiff
path: root/saga/saga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/saga.cpp')
-rw-r--r--saga/saga.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/saga.cpp b/saga/saga.cpp
index f5df5fff57..d52ea1ae38 100644
--- a/saga/saga.cpp
+++ b/saga/saga.cpp
@@ -118,12 +118,12 @@ namespace Saga {
#define R_MAX_TIME_DELTA 100
-typedef struct R_MAIN_DATA_tag {
+struct R_MAIN_DATA {
int sound_enabled;
int music_enabled;
-} R_MAIN_DATA;
+};
static void CF_quitfunc(int argc, char *argv[]);
static void CF_testfunc(int argc, char *argv[]);