summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-08-13 04:18:50 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-08-13 04:18:50 +0000
commitdc67e25c67c6674b32635df5c1ac03bbd163a723 (patch)
treecd427f954aba93bbcd77c07534d5cd99edb9dea7 /crawl-ref/source/enum.h
parent67ea2cc27bc06dde5102bae9de4c7a30c55d0343 (diff)
downloadcrawl-ref-dc67e25c67c6674b32635df5c1ac03bbd163a723.tar.gz
crawl-ref-dc67e25c67c6674b32635df5c1ac03bbd163a723.zip
Add a metric ton of compiler warnings to the Xcode project, and clean
up the source accordingly. At some point these warnings should be merged into the makefile system, but I don't have the will to merge them into the 3451351235 individual makefiles at the moment. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@12 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1306540f2b..55d24085e1 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -150,7 +150,7 @@ enum ACT_INTERRUPT
AI_BURDEN_CHANGE = 0x80,
AI_STAT_CHANGE = 0x100,
AI_SEE_MONSTER = 0x200,
- AI_TELEPORT = 0x400,
+ AI_TELEPORT = 0x400
};
enum AI_PAYLOAD
@@ -159,7 +159,7 @@ enum AI_PAYLOAD
AIP_INT,
AIP_STRING,
AIP_MONSTER,
- AIP_HP_LOSS,
+ AIP_HP_LOSS
};
enum AMMUNITION_DESCRIPTIONS
@@ -181,7 +181,7 @@ enum AQ_AGENTS
AQ_CARD_PROTECTION,
AQ_CARD_KNOWLEDGE,
- AQ_WIZMODE = 200,
+ AQ_WIZMODE = 200
};
enum ARMOUR
@@ -605,7 +605,7 @@ enum COMMANDS
CMD_INTERLEVEL_TRAVEL,
CMD_FIX_WAYPOINT,
- CMD_CLEAR_MAP,
+ CMD_CLEAR_MAP
};
enum CONFIRM_LEVEL
@@ -2247,7 +2247,7 @@ enum OBJECT_CLASSES // (unsigned char) mitm[].base_type
enum OBJECT_SELECTORS
{
OSEL_ANY = -1,
- OSEL_WIELD = -2,
+ OSEL_WIELD = -2
};
enum ORBS
@@ -2510,7 +2510,7 @@ enum SPECIAL_MISSILES // to separate from weapons in general {dlb}
SPMSL_FLAME, // 1
SPMSL_ICE, // 2
SPMSL_POISONED, // 3 - from poison_ammo() enchantment {dlb}
- SPMSL_POISONED_II, // 4
+ SPMSL_POISONED_II // 4
};
enum SPECIAL_ROOMS
@@ -2862,7 +2862,7 @@ enum SPELL_TYPES //jmf: 24jul2000: changed from integer-list to bitfield
enum SLOT_SELECT_MODES
{
SS_FORWARD = 0,
- SS_BACKWARD = 1,
+ SS_BACKWARD = 1
};
enum STATS