mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
Fixed Windows build
This commit is contained in:
@@ -8428,8 +8428,10 @@ namespace Game {
|
||||
} //end namespace
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
#ifndef _WIN32
|
||||
setenv("DBUS_FATAL_WARNINGS", "0", 1);
|
||||
unsetenv("XMODIFIERS");
|
||||
#endif
|
||||
int result = mainSetup(argc,argv);
|
||||
if (result == 0)
|
||||
result = Game::glestMainWrapper(argc, argv);
|
||||
|
Reference in New Issue
Block a user