shithub: qk1

Download patch

ref: 2f05d0cc81d8f7af5816cab71bf531698c6f2125
parent: 9a68832044dfc86ba179f038eac80a09d95b968a
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Oct 16 08:28:52 EDT 2023

surfs: short → int

--- a/r_shared.h
+++ b/r_shared.h
@@ -118,7 +118,7 @@
 	fixed16_t		u;
 	fixed16_t		u_step;
 	struct edge_s	*prev, *next;
-	unsigned short	surfs[2];
+	unsigned int	surfs[2];
 	struct edge_s	*nextremove;
 	float			nearzi;
 	medge_t			*owner;