diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 19:11:44 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-09-08 19:11:44 -0400 |
commit | 3a7cab119abf27f3beebfa3f20df85bff798ff73 (patch) | |
tree | 5e40b98f756a3af845855fbc46984bb5c14d1bb9 /include/Quest.h | |
parent | 1da594bc86e524b0a5e919149a865508fcbfbb23 (diff) |
SDL_image
Diffstat (limited to 'include/Quest.h')
-rw-r--r-- | include/Quest.h | 2 |
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); |