diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game.h b/src/game.h index 0c4c89f..a70f57e 100644 --- a/src/game.h +++ b/src/game.h | |||
@@ -86,8 +86,6 @@ public: | |||
86 | int curZoom = INIT_ZOOM; | 86 | int curZoom = INIT_ZOOM; |
87 | int oldZoom = INIT_ZOOM; | 87 | int oldZoom = INIT_ZOOM; |
88 | bool zooming = false; | 88 | bool zooming = false; |
89 | //int zoomProgress = 0; | ||
90 | //int zoomLength; | ||
91 | Interpolation zoomProgress; | 89 | Interpolation zoomProgress; |
92 | 90 | ||
93 | double getZoomBasis() const { return zooming ? std::max(curZoom, oldZoom) : curZoom; } | 91 | double getZoomBasis() const { return zooming ? std::max(curZoom, oldZoom) : curZoom; } |
@@ -105,7 +103,6 @@ public: | |||
105 | Timer inputTimer = {50}; | 103 | Timer inputTimer = {50}; |
106 | Timer losePopLampTimer = {800}; | 104 | Timer losePopLampTimer = {800}; |
107 | Timer losePopPlayerTimer = {3000}; | 105 | Timer losePopPlayerTimer = {3000}; |
108 | //Timer zoomTimer = {62}; | ||
109 | 106 | ||
110 | std::vector<std::string> signTexts; | 107 | std::vector<std::string> signTexts; |
111 | int nextSignIndex = 0; | 108 | int nextSignIndex = 0; |