summaryrefslogtreecommitdiff
path: root/src/defines.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2016-06-22 11:26:23 +0200
committerBardur Arantsson <bardur@scientician.net>2016-06-22 11:36:10 +0200
commit85143506abfb231a6ffc717a0ebc1a8339cd8a50 (patch)
tree26284a0695295d01164fff1d0f698c9934a8d8cb /src/defines.h
parent2f7774c60767d5579af0596caadbb0f9ca822963 (diff)
Rework SKF1_* flags to flag_set<>
Diffstat (limited to 'src/defines.h')
-rw-r--r--src/defines.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/defines.h b/src/defines.h
index 6337e6b7..8c451ccb 100644
--- a/src/defines.h
+++ b/src/defines.h
@@ -2801,11 +2801,6 @@
/* Number of skill choices for Lost Sword quests. */
#define LOST_SWORD_NSKILLS 4
-/* SKill flags */
-#define SKF1_HIDDEN 0x00000001 /* Starts hidden */
-#define SKF1_AUTO_HIDE 0x00000002 /* Tries to rehide at calc_bonus */
-#define SKF1_RANDOM_GAIN 0x00000004 /* Can be randomly gained by certain quests & such */
-
#define MAX_MELEE 3