diff options
Diffstat (limited to 'src/being/actorsprite.h')
-rw-r--r-- | src/being/actorsprite.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/being/actorsprite.h b/src/being/actorsprite.h index 5b5b513ba..97be88653 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -1,10 +1,10 @@ /* - * The ManaPlus Client + * The ManaVerse Client * Copyright (C) 2010 The Mana Developers * Copyright (C) 2011-2020 The ManaPlus Developers - * Copyright (C) 2020-2023 The ManaVerse Developers + * Copyright (C) 2020-2025 The ManaVerse Developers * - * This file is part of The ManaPlus Client. + * This file is part of The ManaVerse Client. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -120,12 +120,12 @@ class ActorSprite notfinal : public CompoundSprite, public Actor const Enable active, const IsStart start); - void setStatusEffectOpitons(const uint32_t option, + void setStatusEffectOptions(const uint32_t option, const uint32_t opt1, const uint32_t opt2, const uint32_t opt3); - void setStatusEffectOpitons(const uint32_t option, + void setStatusEffectOptions(const uint32_t option, const uint32_t opt1, const uint32_t opt2); |