/// <summary> /// Handle resetting the timer and saving the last split /// </summary> private static void LoadTimer() { // Set the last split timer Raven.Set(15, Raven.Frame, (int)Map.Level); // Reset timer to 1 frame, setting to 0 deletes the save (sometimes?) Raven.SetStuff(0, 1); }