1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 07:45:39 +00:00

Merge branch 'mourningnote' into 'master'

Play region sounds in quasi exteriors

See merge request OpenMW/openmw!4411
This commit is contained in:
psi29a 2024-10-20 09:35:27 +00:00
commit 083381526f

View file

@ -827,7 +827,7 @@ namespace MWSound
const MWWorld::ConstPtr player = world->getPlayerPtr();
auto cell = player.getCell()->getCell();
if (!cell->isExterior())
if (!cell->isExterior() && !cell->isQuasiExterior())
return;
if (mCurrentRegionSound && mOutput->isSoundPlaying(mCurrentRegionSound))
return;