diff options
| author | PsychoGod <temhbiumulllka@gmail.com> | 2013-03-03 13:42:25 +0200 |
|---|---|---|
| committer | PsychoGod <temhbiumulllka@gmail.com> | 2013-03-03 13:42:25 +0200 |
| commit | 471d479300cf7ec34daaca5576040ef25045ea94 (patch) | |
| tree | 0e576de83d5503b5d9b30b23827e2a824c227674 | |
| parent | d617db8c32c32ba024e9054ab783eb500f338f9e (diff) | |
| download | zcatch-471d479300cf7ec34daaca5576040ef25045ea94.tar.gz zcatch-471d479300cf7ec34daaca5576040ef25045ea94.zip | |
one more centering window in graphics
| -rw-r--r-- | src/engine/client/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/graphics.cpp b/src/engine/client/graphics.cpp index 3168903d..2e8a855d 100644 --- a/src/engine/client/graphics.cpp +++ b/src/engine/client/graphics.cpp @@ -900,7 +900,7 @@ int CGraphics_SDL::Init() #ifdef CONF_FAMILY_WINDOWS if(!getenv("SDL_VIDEO_WINDOW_POS") && !getenv("SDL_VIDEO_CENTERED")) // ignore_convention - putenv("SDL_VIDEO_WINDOW_POS=8,27"); // ignore_convention + putenv("SDL_VIDEO_WINDOW_POS=center"); // ignore_convention #endif if(InitWindow() != 0) |