diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-07 12:27:41 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-12 23:33:34 +0200 |
commit | 067ad70e9978fd678bb784783b2b5c3dc32746d1 (patch) | |
tree | 27c887e0568e364d5b6c7969df03c6b355c5da9a /src/playerinfo.h | |
parent | 9f564cc42ba650c502a31b72dc59530fcad684cd (diff) | |
download | mana-067ad70e9978fd678bb784783b2b5c3dc32746d1.tar.gz mana-067ad70e9978fd678bb784783b2b5c3dc32746d1.tar.bz2 mana-067ad70e9978fd678bb784783b2b5c3dc32746d1.tar.xz mana-067ad70e9978fd678bb784783b2b5c3dc32746d1.zip |
Fixed special keeping in list after serverside remove
Reviewed-by: Thorbjørn Lindeijer.
Diffstat (limited to 'src/playerinfo.h')
-rw-r--r-- | src/playerinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/playerinfo.h b/src/playerinfo.h index d7483cc1..e228ec7e 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -225,6 +225,11 @@ namespace PlayerInfo // --- Specials --------------------------------------------------------------- /** + * Removes all specials. + */ + void clearSpecialStatus(); + + /** * Changes the status of the given special. */ void setSpecialStatus(int id, int current, int max, int recharge); |