SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually

svn-id: r40958
This commit is contained in:
Max Horn 2009-05-28 10:54:30 +00:00
parent e23e1ffcb7
commit d70504c910
8 changed files with 213 additions and 213 deletions

View file

@ -37,7 +37,6 @@ EngineState::EngineState() : _dirseeker(this) {
gfx_state = 0;
old_screen = 0;
memset(&sound, 0, sizeof(sound)); // FIXME: Remove this once/if we C++ify sfx_state_t
sfx_init_flags = 0;
sound_volume = 0;
sound_mute = 0;