From 3a7cab119abf27f3beebfa3f20df85bff798ff73 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 8 Sep 2015 19:11:44 -0400 Subject: SDL_image --- include/Quest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Quest.h') diff --git a/include/Quest.h b/include/Quest.h index 5a4144f..90bd808 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -18,7 +18,7 @@ public: class QuestHandler { private: unsigned char ccnt; - Quest *current[QUEST_LIMIT]; + const Quest *current[QUEST_LIMIT]; public: QuestHandler(); int assign(const char *t); -- cgit v1.2.3