aboutsummaryrefslogtreecommitdiffstats
path: root/include/Quest.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-09-08 19:11:44 -0400
committerClyne Sullivan <tullivan99@gmail.com>2015-09-08 19:11:44 -0400
commit3a7cab119abf27f3beebfa3f20df85bff798ff73 (patch)
tree5e40b98f756a3af845855fbc46984bb5c14d1bb9 /include/Quest.h
parent1da594bc86e524b0a5e919149a865508fcbfbb23 (diff)
SDL_image
Diffstat (limited to 'include/Quest.h')
-rw-r--r--include/Quest.h2
1 files changed, 1 insertions, 1 deletions
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);