From 6129574803d12920be31987e64b21a56fd1d1b18 Mon Sep 17 00:00:00 2001 From: Andy <1780327+andythenorth@users.noreply.github.com> Date: Sat, 27 Dec 2014 20:02:58 +0000 Subject: [PATCH] Change: comment out the proof-of-concept news and question modals, they're annoying --- main.nut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.nut b/main.nut index b9db60a..a706879 100644 --- a/main.nut +++ b/main.nut @@ -32,8 +32,8 @@ function FMainClass::Start() GSLog.Info("We're not at the bottom of the lake."); lake_news.AddParam(200); } - GSNews.Create(GSNews.NT_GENERAL, lake_news, GSCompany.COMPANY_INVALID); - GSGoal.Question(1, GSCompany.COMPANY_INVALID, lake_news, GSGoal.QT_INFORMATION, GSGoal.BUTTON_GO); +// GSNews.Create(GSNews.NT_GENERAL, lake_news, GSCompany.COMPANY_INVALID); +// 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()); this.Sleep(50); }