summaryrefslogtreecommitdiff
path: root/src/shared/gameinfo.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-12-08 14:16:25 +0100
committerTannin <devnull@localhost>2013-12-08 14:16:25 +0100
commit9ee90a35dc3ebdbc76b18cbeb72995345ee37052 (patch)
tree9d64e222742eca0b01fbafb154b977b415bdf53d /src/shared/gameinfo.h
parentff78c6a014f8342024c3b271dbfca5ea0b4573f7 (diff)
- MO now applies a minimum to the nmm-compatibility field.
- bugfix: "visit on nexus" directed the browser to the servers meant for nmm - bugfix: url for "check all for updates" and "enorse/unendorse" were not constructed correctly
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 d517fc1b..10775e6c 100644
--- a/src/shared/gameinfo.h
+++ b/src/shared/gameinfo.h
@@ -142,7 +142,7 @@ public:
virtual std::wstring getSEName() = 0;
- virtual std::wstring getNexusPage() = 0;
+ virtual std::wstring getNexusPage(bool nmmScheme = true) = 0;
virtual std::wstring getNexusInfoUrl() = 0;
virtual int getNexusModID() = 0;
virtual int getNexusGameID() = 0;