Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/interfaces/StarToolUserEntity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/interfaces/StarToolUserEntity.hpp')
-rw-r--r--source/game/interfaces/StarToolUserEntity.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/interfaces/StarToolUserEntity.hpp b/source/game/interfaces/StarToolUserEntity.hpp
index 60134ef..a83d5ff 100644
--- a/source/game/interfaces/StarToolUserEntity.hpp
+++ b/source/game/interfaces/StarToolUserEntity.hpp
@@ -94,7 +94,7 @@ public:
// FIXME: This is a dumb way of getting limited animation support
virtual void addEffectEmitters(StringSet const& emitters) = 0;
virtual void addParticles(List<Particle> const& particles) = 0;
- virtual void addSound(String const& sound, float volume = 1.0f) = 0;
+ virtual void addSound(String const& sound, float volume = 1.0f, float pitch = 1.0f) = 0;
virtual void setCameraFocusEntity(Maybe<EntityId> const& cameraFocusEntity) = 0;
};