diff options
Diffstat (limited to 'gob/sound.h')
-rw-r--r-- | gob/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gob/sound.h b/gob/sound.h index e2a472007a..cc913795da 100644 --- a/gob/sound.h +++ b/gob/sound.h @@ -30,7 +30,7 @@ int16 snd_checkProAudio(void); int16 snd_checkAdlib(void); int16 snd_checkBlaster(void); void snd_setBlasterPort(int16 port); -void snd_speakerOn(int16 frequency); +void snd_speakerOn(int16 frequency, int32 length); void snd_speakerOff(void); void snd_stopSound(int16 arg); void snd_setResetTimerFlag(char flag); |