summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-25 08:22:40 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-25 08:22:40 +0000
commit78b686b2bc507a5606bc7c673745b02346bc667a (patch)
treed161d6096289aed99cfb1bf79cce4c2404c202dd /src/shared
parent42a68689fe60ba29367dc0c8f65083d9bde93e1f (diff)
Removes all references to GameInfo::getGameDirectory apart from one during startup
Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber
Diffstat (limited to 'src/shared')
-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 da6fb3dc..49b3133b 100644
--- a/src/shared/gameinfo.h
+++ b/src/shared/gameinfo.h
@@ -65,7 +65,7 @@ public:
//**Currently only used in a nasty mess at initialisation time.
virtual std::wstring getGameName() const = 0;
- //**USED IN HOOKDLL
+ //**USED IN HOOKDLL and in initialisation
virtual std::wstring getGameDirectory() const;
// get a list of file extensions for additional files belonging to a save game