summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shyguy.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shyguy.cpp b/src/shyguy.cpp
index 192ac7d..ae1bc03 100644
--- a/src/shyguy.cpp
+++ b/src/shyguy.cpp
@@ -780,6 +780,7 @@ void daShyGuy::updateModelMatrices() {
this->x_speed_inc = 0.0;
}
void daShyGuy::executeState_Walk() {
+ chrAnimation.setUpdateRate(1.5f);
this->pos.x += (direction) ? -0.4 : 0.4;
@@ -1205,6 +1206,7 @@ void daShyGuy::updateModelMatrices() {
this->y_speed_inc = -0.1875;
}
void daShyGuy::executeState_RealWalk() {
+ chrAnimation.setUpdateRate(1.5f);
bool ret = calculateTileCollisions();
if (ret) {