summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
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;