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

@ -51,8 +51,8 @@ typedef struct snd_output_funcs_s {
} snd_output_funcs_t;
typedef struct snd_output_data_s {
int *soundtime;
int *paintedtime;
unsigned *soundtime;
unsigned *paintedtime;
} snd_output_data_t;
#endif // __QF_plugin_snd_output_h_