diff options
Diffstat (limited to 'NorthstarDLL/pdef.cpp')
-rw-r--r-- | NorthstarDLL/pdef.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/pdef.cpp b/NorthstarDLL/pdef.cpp index 86642874..bc6ec64d 100644 --- a/NorthstarDLL/pdef.cpp +++ b/NorthstarDLL/pdef.cpp @@ -114,4 +114,4 @@ void ModManager::BuildPdef() m_modFiles.insert(std::make_pair(VPK_PDEF_PATH, overrideFile)); else m_modFiles[VPK_PDEF_PATH] = overrideFile; -}
\ No newline at end of file +} |