diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.h b/src/being/being.h index 9477abab5..ae4fe3dd8 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -900,7 +900,7 @@ class Being notfinal : public ActorSprite, { return mOwner; } void playSfx(const SoundInfo &sound, - Being *restrict const being, + Being *const being, const bool main, const int x, const int y) const restrict2; |