diff options
Diffstat (limited to 'source/game/StarNpc.cpp')
-rw-r--r-- | source/game/StarNpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarNpc.cpp b/source/game/StarNpc.cpp index 9e97417..af0bedb 100644 --- a/source/game/StarNpc.cpp +++ b/source/game/StarNpc.cpp @@ -1024,7 +1024,7 @@ float Npc::beamGunRadius() const { void Npc::addParticles(List<Particle> const&) {} -void Npc::addSound(String const&, float) {} +void Npc::addSound(String const&, float, float) {} bool Npc::inToolRange() const { return true; |