From 35afca876ece89be5b282c73a200d0d3c5d27fe0 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 16 Dec 2006 19:04:58 +0000 Subject: Fixed connection dialog visibility and fixed issues with walking one tile too many and changing direction towards an obstacle. --- src/player.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player.cpp') diff --git a/src/player.cpp b/src/player.cpp index b9076260..ad19fe06 100644 --- a/src/player.cpp +++ b/src/player.cpp @@ -49,6 +49,7 @@ Player::logic() nextStep(); } break; + case ATTACK: int frames = 4; if (getWeapon() == 2) @@ -61,6 +62,7 @@ Player::logic() } break; } + Being::logic(); } -- cgit v1.2.3-60-g2f50