aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/maxplayers.cpp
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-08-25 00:30:30 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-09-14 12:53:02 +0200
commitc120d0cceba005f661e66d4d95c96d0458cadfeb (patch)
treec677a9e7c31a7e33cef7170fab8e08db0364441d /NorthstarDLL/maxplayers.cpp
parenta39addd9aa09d0a01e6a5cee33ef5d8d8f30e7b6 (diff)
downloadNorthstarLauncher-c120d0cceba005f661e66d4d95c96d0458cadfeb.tar.gz
NorthstarLauncher-c120d0cceba005f661e66d4d95c96d0458cadfeb.zip
Change file name case sensitivity to lower case (#249)
To mirror how it is in refactor PR
Diffstat (limited to 'NorthstarDLL/maxplayers.cpp')
-rw-r--r--NorthstarDLL/maxplayers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/maxplayers.cpp b/NorthstarDLL/maxplayers.cpp
index 556819f1..2d513c71 100644
--- a/NorthstarDLL/maxplayers.cpp
+++ b/NorthstarDLL/maxplayers.cpp
@@ -45,7 +45,7 @@ constexpr int Team_PlayerArray_AddedLength = NEW_MAX_PLAYERS - 32;
constexpr int Team_PlayerArray_AddedSize = PAD_NUMBER(Team_PlayerArray_AddedLength * 8, 4);
constexpr int Team_AddedSize = Team_PlayerArray_AddedSize;
-#include "NSMem.h"
+#include "nsmem.h"
template <class T> void ChangeOffset(void* addr, unsigned int offset)
{
NSMem::BytePatch((uintptr_t)addr, (BYTE*)&offset, sizeof(T));