mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
gcc-4.0 fixes. even found some bugs :) (names /not/ mangled this time)
This commit is contained in:
parent
fd54b1a245
commit
501180aaac
45 changed files with 100 additions and 100 deletions
|
@ -84,8 +84,8 @@ typedef struct snd_render_data_s {
|
|||
double *host_frametime;
|
||||
int *viewentity;
|
||||
|
||||
int *soundtime;
|
||||
int *paintedtime;
|
||||
unsigned int *soundtime;
|
||||
unsigned int *paintedtime;
|
||||
struct plugin_s *output;
|
||||
} snd_render_data_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue