diff options
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r-- | src/being/being.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp index 889129cff..84716dd8f 100644 --- a/src/being/being.cpp +++ b/src/being/being.cpp @@ -2767,8 +2767,8 @@ void Being::setTempSprite(const unsigned int slot, } } -void Being::setSpriteID(const unsigned int slot, - const int id) restrict2 +void Being::setHairColorSpriteID(const unsigned int slot, + const int id) restrict2 { BeingSlot &beingSlot = mSlots[slot]; setSprite(slot, |