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
+1 -1
View File
@@ -159,7 +159,7 @@ namespace Subsurface
public void GiveReward()
{
var mode = Game1.GameSession.gameMode as SinglePlayerMode;
var mode = GameMain.GameSession.gameMode as SinglePlayerMode;
mode.Money += reward;
if (!string.IsNullOrWhiteSpace(successMessage))