From 1382f79d57060dc38f6c45fd4fc865e0e565f90b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 9 Feb 2016 08:44:41 -0500 Subject: quest completion --- include/Quest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/Quest.h') diff --git a/include/Quest.h b/include/Quest.h index 7ba77c8..388b14d 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -55,13 +55,13 @@ public: * that gave the quest originally. */ - int finish(const char *t,void *completer); + int finish(std::string t); /** * Returns true if this handler is currently taking the quest. */ - bool hasQuest(const char *t); + bool hasQuest(std::string t); }; #endif // QUEST_H -- cgit v1.2.3