Change: comment out the proof-of-concept news and question modals, they're annoying

This commit is contained in:
Andy
2014-12-27 20:02:58 +00:00
parent ce9f3598cc
commit 6129574803

View File

@@ -32,8 +32,8 @@ function FMainClass::Start()
GSLog.Info("We're not at the bottom of the lake."); GSLog.Info("We're not at the bottom of the lake.");
lake_news.AddParam(200); lake_news.AddParam(200);
} }
GSNews.Create(GSNews.NT_GENERAL, lake_news, GSCompany.COMPANY_INVALID); // GSNews.Create(GSNews.NT_GENERAL, lake_news, GSCompany.COMPANY_INVALID);
GSGoal.Question(1, GSCompany.COMPANY_INVALID, lake_news, GSGoal.QT_INFORMATION, GSGoal.BUTTON_GO); // GSGoal.Question(1, GSCompany.COMPANY_INVALID, lake_news, GSGoal.QT_INFORMATION, GSGoal.BUTTON_GO);
// GSLog.Info("I am a very new AI with a ticker called MyNewAI and I am at tick " + this.GetTick()); // GSLog.Info("I am a very new AI with a ticker called MyNewAI and I am at tick " + this.GetTick());
this.Sleep(50); this.Sleep(50);
} }