diff options
Diffstat (limited to 'NorthstarDLL/miscclientfixes.cpp')
-rw-r--r-- | NorthstarDLL/miscclientfixes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/miscclientfixes.cpp b/NorthstarDLL/miscclientfixes.cpp index 62ffd4a4..888012f1 100644 --- a/NorthstarDLL/miscclientfixes.cpp +++ b/NorthstarDLL/miscclientfixes.cpp @@ -46,4 +46,4 @@ void InitialiseMiscClientFixes(HMODULE baseAddress) void* ptr = (char*)baseAddress + 0x275F9D9; *((char*)ptr) = (char)0; } -}
\ No newline at end of file +} |