Good thing the tests caught it =)
This commit is contained in:
Yair Morgenstern 2020-03-03 20:34:54 +02:00
parent 1acf337d55
commit 163d4ad347

View File

@ -38,7 +38,7 @@ class UncivGame(
* This exists so that when debugging we can see the entire map.
* Remember to turn this to false before commit and upload!
*/
var viewEntireMapForDebug = true
var viewEntireMapForDebug = false
/** For when you need to test something in an advanced game and don't have time to faff around */
val superchargedForDebug = false