summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index 0808ac87..a240c48b 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -237,9 +237,9 @@ void I_BindSoundVariables(void);
typedef enum {
opl_v_old, // hexen heretic
opl_v_new // doom strife
-} opl_driver_ver;
+} opl_driver_ver_t;
-void I_SetOPLDriverVer(opl_driver_ver ver);
+void I_SetOPLDriverVer(opl_driver_ver_t ver);
#endif