about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPsychoGod <temhbiumulllka@gmail.com>2013-03-03 13:42:25 +0200
committerPsychoGod <temhbiumulllka@gmail.com>2013-03-03 13:42:25 +0200
commit471d479300cf7ec34daaca5576040ef25045ea94 (patch)
tree0e576de83d5503b5d9b30b23827e2a824c227674 /src
parentd617db8c32c32ba024e9054ab783eb500f338f9e (diff)
downloadzcatch-471d479300cf7ec34daaca5576040ef25045ea94.tar.gz
zcatch-471d479300cf7ec34daaca5576040ef25045ea94.zip
one more centering window in graphics
Diffstat (limited to 'src')
-rw-r--r--src/engine/client/graphics.cpp2
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)