gcc-4.0 fixes. even found some bugs :) (names /not/ mangled this time)

This commit is contained in:
Bill Currie 2005-06-08 06:35:48 +00:00
parent fd54b1a245
commit 501180aaac
45 changed files with 100 additions and 100 deletions

View file

@ -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;