summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
authorkhokh20012015-03-10 02:05:33 +0900
committerkhokh20012015-03-10 02:05:33 +0900
commit270a249e5e1d15a17c2f7b91c7cf53e28d342229 (patch)
tree78912de099aba613814cf2b71684ad3ead88feb8 /src/i_sound.h
parente62bc4cee05ddb2d2fcf0f04aee90c9158188ca6 (diff)
downloadchocolate-doom-270a249e5e1d15a17c2f7b91c7cf53e28d342229.tar.gz
chocolate-doom-270a249e5e1d15a17c2f7b91c7cf53e28d342229.tar.bz2
chocolate-doom-270a249e5e1d15a17c2f7b91c7cf53e28d342229.zip
OPL code guideline style fix
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