diff options
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 149e1cf..2f18995 100644 --- a/src/main.cpp +++ b/src/main.cpp | |||
@@ -119,7 +119,7 @@ bool movePlayer(Game& game, int x, int y) | |||
119 | game.player_y = y; | 119 | game.player_y = y; |
120 | game.muxer.setPlayerLoc(x, y); | 120 | game.muxer.setPlayerLoc(x, y); |
121 | game.moving = true; | 121 | game.moving = true; |
122 | game.moveProgress.start(33); | 122 | game.moveProgress.start(66); |
123 | 123 | ||
124 | game.dirtyLighting = true; | 124 | game.dirtyLighting = true; |
125 | 125 | ||