foxygit / doom Log in
commit c714c4156e399e5a11c041f7b5334b334e5ea807
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Fri Mar 29 08:58:47 2019 -1000
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Fri Mar 29 08:58:47 2019 -1000

    Fix build.
---
 src/v_video.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/v_video.c b/src/v_video.c
index 47abbff3..e4fcbb01 100644
--- a/src/v_video.c
+++ b/src/v_video.c
@@ -966,10 +966,9 @@ static int max_seen_speed = MOUSE_SPEED_BOX_WIDTH - 1;

 static void DrawNonAcceleratingBox(int speed)
 {
-    int white, yellow;
+    int white;
     int linelen;

-    yellow = I_GetPaletteIndex(0xff, 0xff, 0x00);
     white = I_GetPaletteIndex(0xff, 0xff, 0xff);

     if (speed > max_seen_speed)