summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
authorPhilipp Sehmisch <tmw@crushnet.org>2008-03-31 23:18:19 +0000
committerPhilipp Sehmisch <tmw@crushnet.org>2008-03-31 23:18:19 +0000
commita1226761e08f33146e5e175c9d8786dbc56fde82 (patch)
tree14bb520f37e4b2f05a6aa1a87d0e432a57b3faa8 /src/npc.h
parent434b8d571266c4eb90c4f8e9bfa0cc97f9172797 (diff)
downloadmana-client-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.gz
mana-client-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.bz2
mana-client-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.xz
mana-client-a1226761e08f33146e5e175c9d8786dbc56fde82.zip
Implemented NPC XML database which maps NPC IDs to one or more animation files and thus enables animated NPCs.
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc.h b/src/npc.h
index 17ebd537..561ad9f0 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -31,7 +31,7 @@ class Graphics;
class NPC : public Being
{
public:
- NPC(Uint16 id, Uint16 job, Map *map);
+ NPC(Uint16 id, int sprite, Map *map);
virtual Type
getType() const;