summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-05-28 22:43:19 +0200
committerTannin <devnull@localhost>2013-05-28 22:43:19 +0200
commitd8cb9a4e3710b1a09ac2795541c6b792a917e3a1 (patch)
tree1e69347e9659bf3408b794976791048b2b05d181 /src/main.cpp
parent3c21d1884a499066785e70dc44a869cb8b2d589d (diff)
- bugfixes in hookdll related to path-rerouting
- bugfix: expanding modlist groups after changes to modlist works now - bugfix: sorting grouped modlist was broken
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7146f4d1..3f8ea46f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -94,8 +94,6 @@ void removeOldLogfiles()
// set up required folders (for a first install or after an update or to fix a broken installation)
bool bootstrap()
{
- qDebug("bootstapping");
-
GameInfo &gameInfo = GameInfo::instance();
// remove the temporary backup directory in case we're restarting after an update
@@ -150,7 +148,6 @@ bool bootstrap()
}
// verify the hook-dll exists
- qDebug("checking dll");
QString dllName = qApp->applicationDirPath() + "/" + ToQString(AppConfig::hookDLLName());
HMODULE dllMod = ::LoadLibraryW(ToWString(dllName).c_str());
if (dllMod == NULL) {