summaryrefslogtreecommitdiff
blob: a7539248e50d03d3d5176806b85f08b013f2b6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix -fno-common

diff -r c259e312716e vehicle.h
--- a/src/vehicle.h	Sat Oct 03 12:42:08 2020 +0000
+++ b/src/vehicle.h	Sat Oct 03 12:44:13 2020 +0000
@@ -70,7 +70,7 @@
 
   /* constants */
   float mu[128];		/* friction factor */
-} GrBreak;
+};
 
 struct _GrTireData {
   GrRef ref;