mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 07:09:42 +00:00
use const.
This commit is contained in:
parent
c7c3a52e6a
commit
9ebec27daf
2 changed files with 2 additions and 2 deletions
|
@ -2913,7 +2913,7 @@ namespace MWMechanics
|
|||
MWBase::Environment::get().getSoundManager()->playSound3D(mPtr, *soundId, volume, pitch);
|
||||
}
|
||||
|
||||
float CharacterController::getAnimationMovementDirection()
|
||||
float CharacterController::getAnimationMovementDirection() const
|
||||
{
|
||||
switch (mMovementState)
|
||||
{
|
||||
|
|
|
@ -319,7 +319,7 @@ namespace MWMechanics
|
|||
|
||||
void playSwishSound() const;
|
||||
|
||||
float getAnimationMovementDirection();
|
||||
float getAnimationMovementDirection() const;
|
||||
|
||||
MWWorld::MovementDirectionFlags getSupportedMovementDirections() const;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue