mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 00:24:12 +00:00
[audio] Fix broken cd plugin struct
The plugin struct cleanup accidentaly added unwanted fields to the cd plugin functions.
This commit is contained in:
parent
54bc7a83ba
commit
ec66db399e
1 changed files with 0 additions and 2 deletions
|
@ -35,9 +35,7 @@ typedef struct cd_funcs_s {
|
||||||
void (*pause) (void);
|
void (*pause) (void);
|
||||||
void (*play) (int, qboolean);
|
void (*play) (int, qboolean);
|
||||||
void (*resume) (void);
|
void (*resume) (void);
|
||||||
void (*shutdown) (void);
|
|
||||||
void (*update) (void);
|
void (*update) (void);
|
||||||
void (*init) (void);
|
|
||||||
} cd_funcs_t;
|
} cd_funcs_t;
|
||||||
|
|
||||||
typedef struct cd_data_s {
|
typedef struct cd_data_s {
|
||||||
|
|
Loading…
Reference in a new issue