shithub: qk3

Download patch

ref: ea1c16b34fd359d61fc1701080b8fa082c4c026d
parent: 7b8303673d908898d40ef36f03976c68c1bac489
author: qwx <>
date: Sun Jan 13 05:42:03 EST 2019

files: enable struct packing

--- a/code/qcommon/qfiles.h
+++ b/code/qcommon/qfiles.h
@@ -35,6 +35,8 @@
 // the maximum size of game relative pathnames
 //#define	MAX_QPATH		64
 
+#pragma pack on
+
 /*
 ========================================================================
 
@@ -484,5 +486,6 @@
 	int			patchHeight;
 } dsurface_t;
 
+#pragma pack off
 
 #endif