summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/graphic/graphic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphic/graphic.cpp b/src/graphic/graphic.cpp
index fed8599b..3799c4fb 100644
--- a/src/graphic/graphic.cpp
+++ b/src/graphic/graphic.cpp
@@ -166,7 +166,7 @@ void do_graphic(void) {
if(node->frame>=4) {
node->frame = 0;
node->action = STAND;
- node->tick_time;
+// node->tick_time;
if(node->id==player_node->id)
walk_status = 0;
}