]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
fix image loading sRGB conversion
[xonotic/darkplaces.git] / sys_sdl.c
index 6175b4f5e31f8bdc7d893fc343339c74664a0fdc..13be11eae2f7a1d25f9afea2059d44d2a9d88f3c 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -83,7 +83,7 @@ void Sys_PrintToTerminal(const char *text)
 
 char *Sys_ConsoleInput(void)
 {
-       if (cls.state == ca_dedicated)
+//     if (cls.state == ca_dedicated)
        {
                static char text[MAX_INPUTLINE];
                int len = 0;