Fix compiler warning.

This commit is contained in:
Bart House
2020-10-19 16:20:49 -07:00
committed by Bart House
parent b4c4491229
commit d1404d345c
+1 -1
View File
@@ -4393,7 +4393,7 @@ int lit;
break; break;
case 0: case 0:
case 1: case 1:
if (levl[x][y].lit == lit) if (levl[x][y].lit == (unsigned int) lit)
selection_setpoint(x, y, ret, 1); selection_setpoint(x, y, ret, 1);
break; break;
} }