diff options
Diffstat (limited to 'src/being.cpp')
-rw-r--r-- | src/being.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/being.cpp b/src/being.cpp index 204065a5..c63c2bb2 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -279,14 +279,8 @@ void Being::nextStep() y = newY; action = WALK; walk_time += speed / 10; - if (this == player_node) { - walk_status = 1; - } } else { action = STAND; - if (this == player_node) { - walk_status = 0; - } } frame = 0; } |