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:
inkoalawetrust 2023-01-28 05:56:15 +02:00 committed by Christoph Oelckers
commit ce2a0c9295
8 changed files with 41 additions and 12 deletions

View file

@ -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;