From 05fc955a3f8a03539088fa7569395434e29d90e8 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sun, 8 Sep 2013 19:14:33 +0200 Subject: Added support for direction based ability targets I had to rearrange the protocol a bit in order to allow to keep the related things together. --- src/game-server/abilitymanager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/game-server/abilitymanager.h') diff --git a/src/game-server/abilitymanager.h b/src/game-server/abilitymanager.h index 573db415..66249a40 100644 --- a/src/game-server/abilitymanager.h +++ b/src/game-server/abilitymanager.h @@ -35,7 +35,8 @@ public: enum TargetMode { TARGET_BEING, - TARGET_POINT + TARGET_POINT, + TARGET_DIRECTION, }; struct AbilityInfo -- cgit v1.2.3-60-g2f50