summaryrefslogtreecommitdiff
path: root/src/spellmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r--src/spellmanager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h
index 90f4d23c7..c3abd829a 100644
--- a/src/spellmanager.h
+++ b/src/spellmanager.h
@@ -29,9 +29,9 @@
#include "being.h"
-#define SPELL_MIN_ID 100000
-#define SPELL_SHORTCUT_ITEMS 49
-#define SPELL_SHORTCUT_TABS 5
+const int SPELL_MIN_ID = 100000;
+const unsigned int SPELL_SHORTCUT_ITEMS = 49;
+const unsigned int SPELL_SHORTCUT_TABS = 5;
class SpellManager
{