diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 1e63b9b98..90638ef55 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -4762,7 +4762,7 @@ void Being::addEffect(const std::string &restrict name) restrict2 } void Being::playSfx(const SoundInfo &sound, - Being *restrict const being, + Being *const being, const bool main, const int x, const int y) const restrict2 { |