summaryrefslogtreecommitdiff
path: root/src/gui/emotepopup.h
diff options
context:
space:
mode:
authorChuck Miller <shadowmil@gmail.com>2010-11-03 23:50:35 -0400
committerChuck Miller <shadowmil@gmail.com>2010-11-07 23:26:37 -0500
commitc81b3c269e39700be94fd9e2629b0bdfb0d093f8 (patch)
treec4dbca3f9dbb288151fec3171089e12295d33e04 /src/gui/emotepopup.h
parent671a465fa2c9469bde36b78c49e84bd0325c4cf1 (diff)
downloadMana-c81b3c269e39700be94fd9e2629b0bdfb0d093f8.tar.gz
Mana-c81b3c269e39700be94fd9e2629b0bdfb0d093f8.tar.bz2
Mana-c81b3c269e39700be94fd9e2629b0bdfb0d093f8.tar.xz
Mana-c81b3c269e39700be94fd9e2629b0bdfb0d093f8.zip
Convert the emote system to use particles
Reviewed-by: Jared Adams
Diffstat (limited to 'src/gui/emotepopup.h')
-rw-r--r--src/gui/emotepopup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/emotepopup.h b/src/gui/emotepopup.h
index 62a3f24a..d2cabc44 100644
--- a/src/gui/emotepopup.h
+++ b/src/gui/emotepopup.h
@@ -30,7 +30,7 @@
#include <list>
#include <vector>
-class AnimatedSprite;
+class ImageSprite;
class Image;
namespace gcn {
@@ -105,7 +105,7 @@ class EmotePopup : public Popup
*/
void distributeValueChangedEvent();
- std::vector<const AnimatedSprite*> mEmotes;
+ std::vector<const ImageSprite*> mEmotes;
Image *mSelectionImage;
int mSelectedEmoteIndex;
int mHoveredEmoteIndex;