diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 16:59:56 +0100 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2013-02-20 16:59:56 +0100 |
commit | 551675cb8284b03a1e43be9d11eda0bab7b70139 (patch) | |
tree | eed1121d421176f4044e5f38190c767f6b905388 /src/playerinfo.h | |
parent | ae14594cfa804a89a36312e142498eca7f147cc9 (diff) | |
parent | d4a407254cfffbb79087c1248650fbaed5d568d8 (diff) | |
download | mana-551675cb8284b03a1e43be9d11eda0bab7b70139.tar.gz mana-551675cb8284b03a1e43be9d11eda0bab7b70139.tar.bz2 mana-551675cb8284b03a1e43be9d11eda0bab7b70139.tar.xz mana-551675cb8284b03a1e43be9d11eda0bab7b70139.zip |
Merge branch 'master' into lpc2012
Conflicts:
src/graphics.h
src/gui/setup_video.cpp
src/gui/specialswindow.cpp
src/gui/viewport.cpp
src/gui/widgets/container.cpp
src/gui/widgets/container.h
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); |