diff --git a/stepmania/src/archutils/Win32/GraphicsWindow.cpp b/stepmania/src/archutils/Win32/GraphicsWindow.cpp index 269a07b9aa..3da72126d7 100644 --- a/stepmania/src/archutils/Win32/GraphicsWindow.cpp +++ b/stepmania/src/archutils/Win32/GraphicsWindow.cpp @@ -301,8 +301,8 @@ void GraphicsWindow::ConfigureGraphicsWindow( const VideoModeParams &p, bool bFo int x = 0, y = 0; if( p.windowed ) { - x = GetSystemMetrics(SM_CXSCREEN)/2-iWidth/2; - y = GetSystemMetrics(SM_CYSCREEN)/2-iHeight/2; + x = GetSystemMetrics(SM_CXSCREEN)/2-iWidth/2; + y = GetSystemMetrics(SM_CYSCREEN)/2-iHeight/2; } /* Move and resize the window. SWP_FRAMECHANGED causes the above SetWindowLong