about summary refs log tree commit diff
path: root/src/engine/client
diff options
context:
space:
mode:
authoroy <tom_adams@web.de>2013-03-04 14:22:52 -0800
committeroy <tom_adams@web.de>2013-03-04 14:22:52 -0800
commit0914490bd994185caef6bfc3038f5cec737e31f3 (patch)
tree0e576de83d5503b5d9b30b23827e2a824c227674 /src/engine/client
parentd617db8c32c32ba024e9054ab783eb500f338f9e (diff)
parent471d479300cf7ec34daaca5576040ef25045ea94 (diff)
downloadzcatch-0914490bd994185caef6bfc3038f5cec737e31f3.tar.gz
zcatch-0914490bd994185caef6bfc3038f5cec737e31f3.zip
Merge pull request #1075 from PsychoGod/onemore
one more centering window in graphics
Diffstat (limited to 'src/engine/client')
-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)