From 0a18932056e2a72f41cdd14c831344ad80cfb35b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 15 Jan 2009 19:48:00 -0700 Subject: Added emote database, which is loosely based off of the NPC database. Also changed all emotes to be animated sprites now, and to load from emotes.xml. This gives us a bit more flexibility to not only add more emotes in the future, but allowing them to be animated as well. NOTE: This commit, unlike the previous emote commits, breaks emotes if you don't have the xml file. This will be available on Aethyra soon, but is not rolled into an update at the moment. Signed-off-by: Ira Rice --- src/npc.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/npc.cpp') diff --git a/src/npc.cpp b/src/npc.cpp index a2fb7d38..a9aa216c 100644 --- a/src/npc.cpp +++ b/src/npc.cpp @@ -105,8 +105,7 @@ void NPC::setSprite(int slot, int id, std::string color) Being::setSprite(slot, id, color); } -Being::Type -NPC::getType() const +Being::Type NPC::getType() const { return Being::NPC; } -- cgit v1.2.3-60-g2f50