diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-31 23:18:19 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2008-03-31 23:18:19 +0000 |
commit | a1226761e08f33146e5e175c9d8786dbc56fde82 (patch) | |
tree | 14bb520f37e4b2f05a6aa1a87d0e432a57b3faa8 /src/npc.h | |
parent | 434b8d571266c4eb90c4f8e9bfa0cc97f9172797 (diff) | |
download | mana-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.gz mana-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.bz2 mana-a1226761e08f33146e5e175c9d8786dbc56fde82.tar.xz mana-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |