diff options
author | tron <tron@openttd.org> | 2005-07-23 15:34:05 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-23 15:34:05 +0000 |
commit | c07e074a337e985b6e5426b46c8502f6ad9c3efe (patch) | |
tree | c48a2561b719d22129e97869ec723acb9417cb3e /music | |
parent | 1edefbb3de5f1bd6bacce4d623f4b2ddb69da786 (diff) | |
download | openttd-c07e074a337e985b6e5426b46c8502f6ad9c3efe.tar.xz |
(svn r2687) Make a variable static
Diffstat (limited to 'music')
-rw-r--r-- | music/bemidi.cpp | 2 |
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) { |