SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually
svn-id: r40958
This commit is contained in:
parent
e23e1ffcb7
commit
d70504c910
8 changed files with 213 additions and 213 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue