mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-08 00:53:57 -07:00
try to fix fatal error C1041: cannot open program database
This commit is contained in:
parent
6bb43e25da
commit
acf2322ff2
3 changed files with 6 additions and 5 deletions
|
|
@ -214,7 +214,6 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
|
||||
translationPath = qApp->applicationDirPath() + "/../Resources/translations";
|
||||
#elif defined(Q_OS_WIN)
|
||||
translationPath = qApp->applicationDirPath() + "/translations";
|
||||
|
|
@ -238,7 +237,6 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
rng = new RNG_SFMT;
|
||||
const auto bla = 42;
|
||||
themeManager = new ThemeManager;
|
||||
soundEngine = new SoundEngine;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue