diff --git a/engine/client/m_mp3.c b/engine/client/m_mp3.c index a87def7ea..54626a409 100644 --- a/engine/client/m_mp3.c +++ b/engine/client/m_mp3.c @@ -811,7 +811,7 @@ typedef enum { MFT_CIN } media_filmtype_t; -typedef struct cin_s { +struct cin_s { //these are the outputs (not always power of two!) int outtype; @@ -873,7 +873,7 @@ typedef struct cin_s { //source info float filmfps; int num_frames; -} cin_t; +}; cin_t *fullscreenvid;