summaryrefslogtreecommitdiff
path: root/src/player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.cpp')
-rw-r--r--src/player.cpp2
1 files changed, 2 insertions, 0 deletions
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();
}