From a173e1b9ebe26e3478720d00036ee6c3251b861a Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sat, 25 Apr 2015 22:56:11 +0200 Subject: [PATCH] Making constant variable constant. --- game/level.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/level.cc b/game/level.cc index 9b982c3..2a1276e 100644 --- a/game/level.cc +++ b/game/level.cc @@ -169,7 +169,7 @@ void Level::update(float runTimeSinceLastUpdate, float runTime, glm::vec2 mouseD mouseDelta.x=mouseDelta.y=0; } - int runs = 4; + const int runs = 4; if(i>=20) {