From 2407f9f400875b2162c93527f95f49b69ca98dd1 Mon Sep 17 00:00:00 2001 From: Joshua Rahm Date: Sun, 27 Apr 2014 23:51:51 -0600 Subject: made first person motion work well with strafing. Added king of hill map. --- Final.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Final.hs') diff --git a/Final.hs b/Final.hs index 4fd50e0..3b3e2c4 100644 --- a/Final.hs +++ b/Final.hs @@ -346,7 +346,7 @@ main = do (mapping,water) <- getWaterQuads arr coloredArr coloredArr2 <- mapArray (\idx -> if idx == 0 then -1 else Map.findWithDefault (-1) idx mapping) coloredArr - printShowArray coloredArr2 + -- printShowArray coloredArr2 {- Kick off SDL with the callbacks defined in Resources -} makeResources surface (createBuilder arr) forestLocations jungleLocations water arr coloredArr2 -- cgit