diff --git a/Assets/Scripts/ScoreTracker.cs b/Assets/Scripts/ScoreTracker.cs index b2436f8..8da10db 100644 --- a/Assets/Scripts/ScoreTracker.cs +++ b/Assets/Scripts/ScoreTracker.cs @@ -37,8 +37,8 @@ namespace InterfaceOff.WorldScene private string CurrentPlayerName { get; set; } = string.Empty; private bool StoredCurrentScore = false; private float Score; - - #if UNITY_STANDALONE_WIN + +#if UNITY_STANDALONE_WIN [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSceneLoad)] private static void OnStart() diff --git a/Assets/Scripts/Windows/TriviaWindow.cs b/Assets/Scripts/Windows/TriviaWindow.cs index eca8d59..93c2b31 100644 --- a/Assets/Scripts/Windows/TriviaWindow.cs +++ b/Assets/Scripts/Windows/TriviaWindow.cs @@ -157,7 +157,7 @@ namespace InterfaceOff ""Cyanide"", ""Ricin"" ], - ""answer"": ""Flour"" + ""answer"": ""Flour / Wheat"" }, { ""question"": ""How many pyramids are there in Egypt?"",