aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index 2d531c08d9..3a79a2ea22 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -71,10 +71,10 @@ enum CombatMode {
enum PowType {
POW_INVALID = -1, POW_FIREBALL = 0, POW_INCINERATE = 1,
POW_FIERY_FLAIL = 2, POW_LIGHTNING = 3, POW_MEGAVOLTS = 4,
- POW_SPARKS = 5, POW_STOPPER_AND_IMPLOSION = 6,
- POW_SLEEP_AND_MASTER = 7, POW_COLD_RAY = 8, POW_FROST2 = 9,
- POW_SPRAY = 10, POW_ARROW = 11, POW_12 = 12, POW_ENERGY_BLAST = 13,
- POW_SWORD_AND_DEATH = 14, POW_DEADLY_SWARM = 15
+ POW_SPARKS = 5, POW_STOPPER = 6, POW_MAGIC_ORB = 7,
+ POW_COLD_RAY = 8, POW_FROST_WAVE = 9, POW_SPRAY = 10,
+ POW_ARROW = 11, POW_MAGIC_ARROW = 12, POW_ENERGY_BLAST = 13,
+ POW_SPARKLES = 14, POW_DEADLY_SWARM = 15
};
class XeenEngine;