summaryrefslogtreecommitdiff
path: root/src/shared/gameinfo.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-24 16:16:57 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-24 16:16:57 +0000
commit42a68689fe60ba29367dc0c8f65083d9bde93e1f (patch)
tree152548b8d13b7abe3052322a4f4dffb2f34904bd /src/shared/gameinfo.h
parentc7d583bcf1eeb08182f5f7610690ba104e0f8a84 (diff)
Replace GameInfo::getNexusModID with IPluginGame::getNexusModOrganizerID()
Also implement IPluginGame::getNexusGameID() but not hooked it in yet.
Diffstat (limited to 'src/shared/gameinfo.h')
-rw-r--r--src/shared/gameinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/gameinfo.h b/src/shared/gameinfo.h
index 06b96d61..da6fb3dc 100644
--- a/src/shared/gameinfo.h
+++ b/src/shared/gameinfo.h
@@ -80,8 +80,8 @@ public:
virtual std::wstring getNexusPage(bool nmmScheme = true) = 0;
virtual std::wstring getNexusInfoUrl() = 0;
- virtual int getNexusModID() = 0;
virtual int getNexusGameID() = 0;
+ //**Still used: SkyrimInfo::getNexusModIDStatic
//**USED ONLY IN HOOKDLL
virtual bool rerouteToProfile(const wchar_t *fileName, const wchar_t *fullPath) = 0;