diff --git a/stepmania/src/archutils/Unix/X11Helper.cpp b/stepmania/src/archutils/Unix/X11Helper.cpp index 053dd196dd..61dd575fc1 100644 --- a/stepmania/src/archutils/Unix/X11Helper.cpp +++ b/stepmania/src/archutils/Unix/X11Helper.cpp @@ -120,7 +120,7 @@ bool X11Helper::MakeWindow( int screenNum, int depth, Visual *visual, int width, height, 0, depth, InputOutput, visual, CWBorderPixel | CWColormap | CWEventMask, &winAttribs ); - pHaveWin = true; + g_bHaveWin = true; /* Hide the mouse cursor. */ {