mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-13 05:36:43 +00:00
Use the correct SoundId for NPC "land" sounds
This commit is contained in:
parent
c75303b652
commit
91cd6be11b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue