diff options
Diffstat (limited to 'src/being.h')
-rw-r--r-- | src/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h index 04cee8bcc..1f0d318f3 100644 --- a/src/being.h +++ b/src/being.h @@ -715,6 +715,8 @@ class Being : public ActorSprite, public ConfigListener void undressItemById(int id); + static void clearCache(); + protected: /** * Sets the new path for this being. |