summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/npc.h b/src/npc.h
index 137cd5f5..b6dddab0 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -42,10 +41,9 @@ class NPC : public Player
virtual Type getType() const;
- void talk();;
-
- static bool mTalking;
+ void talk();
+ static bool isTalking;
protected:
Network *mNetwork;
void updateCoords();