mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
Renamed to musplaying.
# Conflicts: # wadsrc/static/zscript/base.zs
This commit is contained in:
parent
43eaa03654
commit
d34108f0e9
2 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ static FString LastSong; // last music that was played
|
|||
static FPlayList *PlayList;
|
||||
static int RestartEvictionsAt; // do not restart evicted channels before this level.time
|
||||
|
||||
DEFINE_GLOBAL(mus_playing);
|
||||
DEFINE_GLOBAL_NAMED(mus_playing, musplaying);
|
||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, name);
|
||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, baseorder);
|
||||
DEFINE_FIELD_X(MusPlayingInfo, MusPlayingInfo, loop);
|
||||
|
|
|
@ -45,7 +45,7 @@ struct _ native // These are the global variables, the struct is only here to av
|
|||
native readonly Weapon WP_NOCHANGE;
|
||||
native int LocalViewPitch;
|
||||
deprecated("3.8") native readonly bool globalfreeze;
|
||||
native readonly @MusPlayingInfo mus_playing;
|
||||
native readonly @MusPlayingInfo musplaying;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue