diff mm7_2.cpp @ 635:71ecba604995

Season change affects vegetation; bool change_seasons == true - seasons change, otherwise eternal summer
author Nomad
date Mon, 11 Mar 2013 16:54:56 +0200
parents 3d03a3a674bc
children ccf8b4815a1f 48ab06ab9766
line wrap: on
line diff
--- a/mm7_2.cpp	Mon Mar 11 03:38:59 2013 +0200
+++ b/mm7_2.cpp	Mon Mar 11 16:54:56 2013 +0200
@@ -10446,6 +10446,7 @@
 }
 
 bool new_sky = false;
+bool change_seasons = true;
 
 //----- (00462C94) --------------------------------------------------------
 bool MM_Main(const wchar_t *pCmdLine)