aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/core/tier0.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/core/tier0.cpp')
-rw-r--r--NorthstarDLL/core/tier0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/core/tier0.cpp b/NorthstarDLL/core/tier0.cpp
index 3b9996a1..16709384 100644
--- a/NorthstarDLL/core/tier0.cpp
+++ b/NorthstarDLL/core/tier0.cpp
@@ -3,7 +3,7 @@
// use the Tier0 namespace for tier0 funcs
namespace Tier0
{
- IMemAlloc* g_pMemAllocSingleton;
+ IMemAlloc* g_pMemAllocSingleton = nullptr;
ErrorType Error;
CommandLineType CommandLine;