$OpenBSD: patch-src_struct_h,v 1.1 2021/02/28 04:03:14 bentley Exp $
Fix build with -fno-common.
https://gitlab.com/freedroid/freedroid-src/-/commit/e610d427374226b79da5258d979936459f30c761
Index: src/struct.h
--- src/struct.h.orig
+++ src/struct.h
@@ -1022,7 +1022,7 @@ struct tux_rendering {
 	struct tux_part_instances default_instances;    // Default part instances
 	tux_part_render_motionclass *render_order;      // The render_sets of each motion class
 	int gun_muzzle_height;							// Vertical offset to apply to bullets
-} tux_rendering;
+};
 
 /**
  * Contains a set of Tux's parts images for a motion class.
