summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index af57b56..beabc55 100644 --- a/src/game.cpp +++ b/src/game.cpp
@@ -138,7 +138,7 @@ bool Game::movePlayer(int x, int y)
138 player_y = y; 138 player_y = y;
139 muxer.setPlayerLoc(x, y); 139 muxer.setPlayerLoc(x, y);
140 moving = true; 140 moving = true;
141 moveProgress.start(66); 141 moveProgress.start(1000/6);
142 dirtyLighting = true; 142 dirtyLighting = true;
143 143
144 int chunkX, chunkY, old_chunkX, old_chunkY; 144 int chunkX, chunkY, old_chunkX, old_chunkY;