mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-12 22:06:00 -04:00
Use the correct SoundId for NPC "land" sounds
This commit is contained in:
parent
c75303b652
commit
91cd6be11b
@ -1103,7 +1103,7 @@ namespace MWClass
|
|||||||
if(world->isUnderwater(ptr.getCell(), pos) || world->isWalkingOnWater(ptr))
|
if(world->isUnderwater(ptr.getCell(), pos) || world->isWalkingOnWater(ptr))
|
||||||
return "DefaultLandWater";
|
return "DefaultLandWater";
|
||||||
if(world->isOnGround(ptr))
|
if(world->isOnGround(ptr))
|
||||||
return "Body Fall Medium";
|
return "DefaultLand";
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
if(name == "swimleft")
|
if(name == "swimleft")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user