mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
Renamed to musplaying.
This commit is contained in:
parent
210af0d414
commit
b48f7da43e
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ static FString LastSong; // last music that was played
|
||||||
static FPlayList *PlayList;
|
static FPlayList *PlayList;
|
||||||
static int RestartEvictionsAt; // do not restart evicted channels before this time
|
static int RestartEvictionsAt; // do not restart evicted channels before this time
|
||||||
|
|
||||||
DEFINE_GLOBAL(mus_playing);
|
DEFINE_GLOBAL_NAMED(mus_playing, musplaying);
|
||||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, name);
|
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, name);
|
||||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, baseorder);
|
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, baseorder);
|
||||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, loop);
|
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, loop);
|
||||||
|
|
|
@ -42,7 +42,7 @@ struct _ native // These are the global variables, the struct is only here to av
|
||||||
native readonly Weapon WP_NOCHANGE;
|
native readonly Weapon WP_NOCHANGE;
|
||||||
deprecated("3.8") native readonly bool globalfreeze;
|
deprecated("3.8") native readonly bool globalfreeze;
|
||||||
native int LocalViewPitch;
|
native int LocalViewPitch;
|
||||||
native readonly @MusPlayingInfo mus_playing;
|
native readonly @MusPlayingInfo musplaying;
|
||||||
|
|
||||||
// sandbox state in multi-level setups:
|
// sandbox state in multi-level setups:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue