mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
make gcc happy
svn-id: r8583
This commit is contained in:
parent
2b580871c2
commit
2ba86fd0e5
@ -79,9 +79,9 @@ const char *MidiDriver::getErrorName(int error_code) {
|
||||
MidiDriver_MPU401::MidiDriver_MPU401() :
|
||||
MidiDriver(),
|
||||
_started_thread (false),
|
||||
_mutex (0),
|
||||
_timer_proc (0),
|
||||
_timer_param (0),
|
||||
_mutex (0)
|
||||
_timer_param (0)
|
||||
{
|
||||
|
||||
uint i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user