diff options
Diffstat (limited to 'include/Quest.h')
-rw-r--r-- | include/Quest.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/Quest.h b/include/Quest.h index 8f5446c..d17ade4 100644 --- a/include/Quest.h +++ b/include/Quest.h @@ -21,13 +21,6 @@ #define DEBUG
/**
- * Contains the total number of quests in the game at compile time, see Quest.cpp
- * for the actual definition of these quests.
- */
-
-#define TOTAL_QUESTS 1
-
-/**
* The Quest class.
*
* This contains information for a single quest, and should only really be interacted
|