shithub: choc

Download patch

ref: c714c4156e399e5a11c041f7b5334b334e5ea807
parent: 92412e7ef7dea707875ac360016030f7b87d9210
author: Simon Howard <fraggle@soulsphere.org>
date: Fri Mar 29 04:58:47 EDT 2019

Fix build.

--- a/src/v_video.c
+++ b/src/v_video.c
@@ -966,10 +966,9 @@
 
 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)