From 110af6e5cbc0dcaf1819b595e00b198d11a6290d Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:36:10 +0100 Subject: [PATCH] ESTHETIC: Missing space in comments #The time factor => # The time factor --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index 8078a832aa..a705a8e7cd 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -336,7 +336,7 @@ BASE_BATCHPROCESS_PATHS = ['game.gamesrc.world', 'contrib'] # determine the current in-game time. You can of course interpret # "week", "month" etc as your own in-game time units as desired. -#The time factor dictates if the game world runs faster (timefactor>1) +# The time factor dictates if the game world runs faster (timefactor>1) # or slower (timefactor<1) than the real world. TIME_FACTOR = 2.0 # These measures might or might not make sense to your game world.