diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 31c682c..f048400 100644 --- a/src/game.cpp +++ b/src/game.cpp | |||
@@ -613,8 +613,6 @@ void Game::setZoom(size_t zoom) | |||
613 | return; | 613 | return; |
614 | } | 614 | } |
615 | 615 | ||
616 | /*zoomProgress = 0; | ||
617 | zoomLength = std::abs(static_cast<long>(zoom - curZoom)) * TILE_WIDTH;*/ | ||
618 | zoomProgress.start(62 * std::abs(static_cast<long>(zoom) - curZoom) * TILE_WIDTH); | 616 | zoomProgress.start(62 * std::abs(static_cast<long>(zoom) - curZoom) * TILE_WIDTH); |
619 | oldZoom = curZoom; | 617 | oldZoom = curZoom; |
620 | curZoom = zoom; | 618 | curZoom = zoom; |