WIP CrashReporter, misc refactoring

This commit is contained in:
Regalis
2015-09-19 15:14:47 +03:00
parent 16bf562837
commit f6966f06c3
86 changed files with 1616 additions and 631 deletions
+2 -2
View File
@@ -41,9 +41,9 @@ namespace Subsurface
public Task(float priority, string name)
{
if (Game1.GameSession==null || Game1.GameSession.taskManager == null) return;
if (GameMain.GameSession==null || GameMain.GameSession.taskManager == null) return;
taskManager = Game1.GameSession.taskManager;
taskManager = GameMain.GameSession.taskManager;
musicType = "repair";
this.priority = priority;
this.name = name;