aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx/sfx_songlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sfx/sfx_songlib.h')
-rw-r--r--engines/sci/sfx/sfx_songlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sfx/sfx_songlib.h b/engines/sci/sfx/sfx_songlib.h
index bf8dc8b5a9..4d88be623a 100644
--- a/engines/sci/sfx/sfx_songlib.h
+++ b/engines/sci/sfx/sfx_songlib.h
@@ -43,11 +43,11 @@ namespace Sci {
typedef unsigned long song_handle_t;
-typedef enum {
+enum RESTORE_BEHAVIOR {
RESTORE_BEHAVIOR_CONTINUE, /* restart a song when restored from
a saved game */
RESTORE_BEHAVIOR_RESTART /* continue it from where it was */
-} RESTORE_BEHAVIOR;
+};
struct song_t {
song_handle_t handle;