From 008105a37dc1839a325b81f0a0f269d5d4e06e16 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 28 Jul 2005 16:14:03 +0000 Subject: Fix an ATTACK still not being declared as being in namespace Being, cvs didn't notice the changed file... --- src/net/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') diff --git a/src/net/protocol.cpp b/src/net/protocol.cpp index 8a8f0e6d..53a0d2c8 100644 --- a/src/net/protocol.cpp +++ b/src/net/protocol.cpp @@ -279,7 +279,7 @@ void attack(Being *target) // Implement charging attacks here char_info->lastAttackTime = 0; - player_node->action = ATTACK; + player_node->action = Being::ATTACK; action(0, target->getId()); player_node->walk_time = tick_time; if (player_node->getWeapon() == 2) -- cgit v1.2.3-70-g09d2