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 | 54e02a620a6e71e30ac49c604ff225a44a3d623b (patch) | |
tree | c48a2561b719d22129e97869ec723acb9417cb3e | |
parent | 5178ad768d7882f61c8d3223deec41d361d54f63 (diff) | |
download | openttd-54e02a620a6e71e30ac49c604ff225a44a3d623b.tar.xz |
(svn r2687) Make a variable static
-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) { |