gcc/clang build fix

This commit is contained in:
rextimmy 2018-02-04 09:32:39 +10:00
parent 80c7dfcb6c
commit 032a801a99
2 changed files with 3 additions and 2 deletions

View file

@ -67,7 +67,7 @@ public:
SimTime timeout; ///< Time until we stop playing this sound.
SFXTrack* profile; ///< Profile on server
SFXSource* sound; ///< Sound on client
Sound::Sound()
Sound()
{
play = false;
timeout = 0;