diff options
-rw-r--r-- | engines/hdb/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/sound.h b/engines/hdb/sound.h index ebddcb1692..3ae5b3b252 100644 --- a/engines/hdb/sound.h +++ b/engines/hdb/sound.h @@ -1456,8 +1456,8 @@ struct SoundCache { SoundCache() : loaded(SNDMEM_NOTCACHED), size(0), name(nullptr), luaName(nullptr), ext(SNDTYPE_NONE), data(nullptr) {} }; -struct Song { - +class Song { +public: Song() : _playing(false), _song(SONG_NONE), fadingOut(false), fadeOutVol(0), fadeOutRamp(0), fadingIn(false), fadeInVol(0), fadeInRamp(0) {} |