mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r2665) Move some variables, which are only used by music_gui.c, there
This commit is contained in:
parent
8b05455903
commit
cbd5227934
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user