summaryrefslogtreecommitdiff
path: root/music_gui.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-21 19:46:58 +0000
committertron <tron@openttd.org>2005-07-21 19:46:58 +0000
commite2a305144c50c7642ec6fdb215141c5bcf17f82e (patch)
tree2482bf9edc68128fc5acec2baa60071d5dc90a8d /music_gui.c
parente53c4db866021b07baace56f999be93920cd0f19 (diff)
downloadopenttd-e2a305144c50c7642ec6fdb215141c5bcf17f82e.tar.xz
(svn r2665) Move some variables, which are only used by music_gui.c, there
Diffstat (limited to 'music_gui.c')
-rw-r--r--music_gui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/music_gui.c b/music_gui.c
index 81302355c..2294c460a 100644
--- a/music_gui.c
+++ b/music_gui.c
@@ -7,6 +7,10 @@
#include "sound.h"
#include "hal.h"
+static byte _music_wnd_cursong;
+static bool _song_is_active;
+static byte _cur_playlist[33];
+
#define NUM_SONGS_AVAILABLE 22