From a1226761e08f33146e5e175c9d8786dbc56fde82 Mon Sep 17 00:00:00 2001 From: Philipp Sehmisch Date: Mon, 31 Mar 2008 23:18:19 +0000 Subject: Implemented NPC XML database which maps NPC IDs to one or more animation files and thus enables animated NPCs. --- src/npc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/npc.h') 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; -- cgit v1.2.3-70-g09d2