mirror of https://github.com/OpenTTD/OpenTTD
(svn r2687) Make a variable static
parent
5178ad768d
commit
54e02a620a
|
@ -5,7 +5,7 @@
|
|||
// BeOS System Includes
|
||||
#include <MidiSynthFile.h>
|
||||
|
||||
BMidiSynthFile midiSynthFile;
|
||||
static BMidiSynthFile midiSynthFile;
|
||||
|
||||
static const char *bemidi_start(const char * const *parm)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue