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/fallout3info.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/fallout3info.cpp')
| -rw-r--r-- | src/shared/fallout3info.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp index 95d1d299..67dc85e0 100644 --- a/src/shared/fallout3info.cpp +++ b/src/shared/fallout3info.cpp @@ -92,11 +92,6 @@ std::wstring Fallout3Info::getNexusInfoUrlStatic() return L"http://nmm.nexusmods.com/fallout3";
}
-int Fallout3Info::getNexusModIDStatic()
-{
- return 16348;
-}
-
bool Fallout3Info::rerouteToProfile(const wchar_t *fileName, const wchar_t*)
{
static LPCWSTR profileFiles[] = { L"fallout.ini", L"falloutprefs.ini", L"plugins.txt", nullptr };
|
