diff options
| author | Caldfir | 2012-03-24 16:04:46 -0700 |
|---|---|---|
| committer | Caldfir | 2012-03-24 16:04:46 -0700 |
| commit | 40b6bd57ed1dd58c93c57661555d54f4aefc03a9 (patch) | |
| tree | 1a190cfeefa3afd914ee1ee681eb19ebc99a4883 /CreatureConfiguration.h | |
| parent | 4281f2672bba95491feaf2820232802ea389e6b7 (diff) | |
| download | stonesense-40b6bd57ed1dd58c93c57661555d54f4aefc03a9.tar.gz stonesense-40b6bd57ed1dd58c93c57661555d54f4aefc03a9.tar.bz2 stonesense-40b6bd57ed1dd58c93c57661555d54f4aefc03a9.tar.xz | |
Updated stuff, and added in a 'Military' special attribute to the creature configuration.
Diffstat (limited to 'CreatureConfiguration.h')
| -rw-r--r-- | CreatureConfiguration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CreatureConfiguration.h b/CreatureConfiguration.h index 5028861..edf026b 100644 --- a/CreatureConfiguration.h +++ b/CreatureConfiguration.h @@ -7,6 +7,7 @@ enum enumCreatureSpecialCases{
eCSC_Any,
eCSC_Normal,
+ eCSC_Military,
eCSC_Zombie,
eCSC_Skeleton,
};
|
