diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 16:16:57 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-24 16:16:57 +0000 |
| commit | 42a68689fe60ba29367dc0c8f65083d9bde93e1f (patch) | |
| tree | 152548b8d13b7abe3052322a4f4dffb2f34904bd /src/shared/falloutnvinfo.cpp | |
| parent | c7d583bcf1eeb08182f5f7610690ba104e0f8a84 (diff) | |
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
Diffstat (limited to 'src/shared/falloutnvinfo.cpp')
| -rw-r--r-- | src/shared/falloutnvinfo.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/falloutnvinfo.cpp b/src/shared/falloutnvinfo.cpp index b5fb4f04..c1eea4da 100644 --- a/src/shared/falloutnvinfo.cpp +++ b/src/shared/falloutnvinfo.cpp @@ -94,12 +94,6 @@ std::wstring FalloutNVInfo::getNexusInfoUrlStatic() }
-int FalloutNVInfo::getNexusModIDStatic()
-{
- return 42572;
-}
-
-
bool FalloutNVInfo::rerouteToProfile(const wchar_t *fileName, const wchar_t*)
{
static LPCWSTR profileFiles[] = { L"fallout.ini", L"falloutprefs.ini", L"plugins.txt", nullptr };
|
