aboutsummaryrefslogtreecommitdiff
path: root/src/game/LootMgr.h
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-17 14:06:20 +0100
committern0n4m3 <none@none>2009-12-17 14:06:20 +0100
commiteccf162be2e8cb821087f49dfd9a0885e6c0e73c (patch)
tree9c52c4f530cc864538278167a93601463629eb0e /src/game/LootMgr.h
parent89656d5749f72803edbdd5f9840ba6b4c21f3987 (diff)
Fixed compile errors and some typos
--HG-- branch : trunk
Diffstat (limited to 'src/game/LootMgr.h')
-rw-r--r--src/game/LootMgr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/LootMgr.h b/src/game/LootMgr.h
index 5b383b5265b..84532ece197 100644
--- a/src/game/LootMgr.h
+++ b/src/game/LootMgr.h
@@ -33,7 +33,8 @@ enum RollType
{
ROLL_PASS = 0,
ROLL_NEED = 1,
- ROLL_GREED = 2
+ ROLL_GREED = 2,
+ MAX_ROLL_TYPE = 3
};
#define MAX_NR_LOOT_ITEMS 16