Added LightningSound MAPINFO property.
Also added a tempSound parameter to ForceLightning(). Allowing for changing the specific sound that particular thunderbolt makes when it hits.
This commit is contained in:
parent
ecdf6f7cb2
commit
ce2a0c9295
8 changed files with 41 additions and 12 deletions
|
|
@ -1854,6 +1854,7 @@ void FLevelLocals::Init()
|
|||
flags2 |= info->flags2;
|
||||
flags3 |= info->flags3;
|
||||
levelnum = info->levelnum;
|
||||
LightningSound = info->LightningSound;
|
||||
Music = info->Music;
|
||||
musicorder = info->musicorder;
|
||||
MusicVolume = 1.f;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue