shithub: choc

Download patch

ref: 9aa36cf8342a09cdd77d32031f347832358eecf7
parent: 66477dc794278f615447f1b2dae1fba69a63401a
author: James Haley <haleyjd@hotmail.com>
date: Sat Nov 1 15:24:39 EDT 2014

Remove unreferenced "grid" variable

And yes I double checked the commit target this time.

--- a/src/strife/am_map.c
+++ b/src/strife/am_map.c
@@ -170,7 +170,7 @@
 
 
 static int 	cheating = 0;
-static int 	grid = 0;
+//static int 	grid = 0;     [STRIFE]: no such variable
 
 static int 	leveljuststarted = 1; 	// kluge until AM_LevelInit() is called