]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ui.c
DP should read the config files correcly again now.
[xonotic/darkplaces.git] / ui.c
diff --git a/ui.c b/ui.c
index a8b3b9ea78169a872dac405af3f5edcde78baf2a..9915af5642613c5ce4ae82a44e115f5100f67551 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -3,6 +3,7 @@
 
 // here is the real ui drawing engine 
 
+/*
 #define FRAME_THICKNESS        2
 #define FRAME_COLOR1   0.2, 0.2, 0.5, 0, 0
 #define FRAME_COLOR2   0, 0, 0, 0.6, 0
@@ -39,6 +40,7 @@ static void UIG_DrawCursor(float x, float y, float r, float g, float b, float a,
 {
        DrawQ_Fill(x,y,1, TEXT_FONTSIZE_Y, r, g, b, a, f);
 }
+*/
 
 static mempool_t *ui_mem;