aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/keyvalues.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/keyvalues.cpp')
-rw-r--r--NorthstarDLL/keyvalues.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/keyvalues.cpp b/NorthstarDLL/keyvalues.cpp
index 69965e89..37ab5fe6 100644
--- a/NorthstarDLL/keyvalues.cpp
+++ b/NorthstarDLL/keyvalues.cpp
@@ -106,8 +106,10 @@ void ModManager::TryBuildKeyValues(const char* filename)
m_ModFiles[normalisedPath] = overrideFile;
}
+// clang-format off
AUTOHOOK(KeyValues__LoadFromBuffer, engine.dll + 0x426C30,
char,, (void* self, const char* resourceName, const char* pBuffer, void* pFileSystem, void* a5, void* a6, int a7))
+// clang-format on
{
static void* pSavedFilesystemPtr = nullptr;