]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_screen.c
only enable SSE if __GNUC__ for the moment... needs fixing later
[xonotic/darkplaces.git] / cl_screen.c
index 0cc4a6c71f80d0e33d1183f4a9e2ec85df3d8b3a..c09ad9ce61583d9d708741f771c412f9dd54b193 100644 (file)
@@ -2098,7 +2098,7 @@ void CL_UpdateScreen(void)
        if (!scr_initialized || !con_initialized || !scr_refresh.integer)
                return;                         // not initialized yet
 
-       if(gamemode == GAME_NEXUIZ)
+       if(gamemode == GAME_NEXUIZ || gamemode == GAME_XONOTIC)
        {
                // play a bit with the palette (experimental)
                palette_rgb_pantscolormap[15][0] = (unsigned char) (128 + 127 * sin(cl.time / exp(1.0f) + 0.0f*M_PI/3.0f));