From 2695a4360acb1c5d253390f65ed32d319ac9c2f8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 27 Jan 2008 18:09:06 +0000 Subject: [PATCH] - Forgot to add changes to i_musicinterns.h for last commit. SVN r720 (trunk) --- src/sound/i_musicinterns.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/i_musicinterns.h b/src/sound/i_musicinterns.h index d10c941a2..82ce9c07f 100644 --- a/src/sound/i_musicinterns.h +++ b/src/sound/i_musicinterns.h @@ -248,6 +248,7 @@ public: void Stop (); bool IsPlaying (); bool IsValid () const { return CommandLine.Len() > 0; } + void SetVolume (float volume); protected: void PrepTimidity ();