Skip to content

Commit

Permalink
PR cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
thearst3rd committed May 27, 2022
1 parent 93b917f commit 6dc385c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions engine/source/autosplitter/autosplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ void Autosplitter::destroy()
return;

delete smInstance;
smInstance = nullptr;
}

Autosplitter *Autosplitter::get()
Expand Down
2 changes: 1 addition & 1 deletion game/common/server/missionLoad.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function loadMission( %missionName, %isFirstMission )
endMission();
echo("*** LOADING MISSION: " @ %missionName);
echo("*** Stage 1 load");

// Reset all of these
clearCenterPrintAll();
clearBottomPrintAll();
Expand Down

0 comments on commit 6dc385c

Please sign in to comment.