From bb8ee598c9c71b7ee8b55819099274605a7b6224 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 29 Apr 2004 03:52:59 +0000 Subject: Music.cpp objectizing. Initial MIDI checkin, doesn't work svn-id: r13670 --- saga/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'saga/sound.h') diff --git a/saga/sound.h b/saga/sound.h index a9307b8d0b..8101925c3a 100644 --- a/saga/sound.h +++ b/saga/sound.h @@ -69,6 +69,7 @@ class Sound { private: int _soundInitialized; + int _enabled; R_GAME_SOUNDINFO _snd_info; -- cgit v1.2.3