summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-23 15:34:05 +0000
committertron <tron@openttd.org>2005-07-23 15:34:05 +0000
commitc07e074a337e985b6e5426b46c8502f6ad9c3efe (patch)
treec48a2561b719d22129e97869ec723acb9417cb3e
parent1edefbb3de5f1bd6bacce4d623f4b2ddb69da786 (diff)
downloadopenttd-c07e074a337e985b6e5426b46c8502f6ad9c3efe.tar.xz
(svn r2687) Make a variable static
-rw-r--r--music/bemidi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/music/bemidi.cpp b/music/bemidi.cpp
index 146df3031..55abe97dc 100644
--- a/music/bemidi.cpp
+++ b/music/bemidi.cpp
@@ -5,7 +5,7 @@
// BeOS System Includes
#include <MidiSynthFile.h>
-BMidiSynthFile midiSynthFile;
+static BMidiSynthFile midiSynthFile;
static const char *bemidi_start(const char * const *parm)
{