Changeset - r2173:6185ef9f111b
[Not reviewed]
master
0 1 0
tron - 19 years ago 2005-07-23 15:34:05
tron@openttd.org
(svn r2687) Make a variable static
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
music/bemidi.cpp
Show inline comments
 
@@ -5,7 +5,7 @@
 
// BeOS System Includes
 
#include <MidiSynthFile.h>
 

	
 
BMidiSynthFile midiSynthFile;
 
static BMidiSynthFile midiSynthFile;
 

	
 
static const char *bemidi_start(const char * const *parm)
 
{
0 comments (0 inline, 0 general)