From 8cbd85a77da494882b7928b3913b445910b565a3 Mon Sep 17 00:00:00 2001 From: Kp Date: Sat, 11 Jan 2014 21:51:29 +0000 Subject: [PATCH] Unpack laser_info to fix build on old compilers --- common/main/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/main/object.h b/common/main/object.h index aa49ca394..ca1dd7f0d 100644 --- a/common/main/object.h +++ b/common/main/object.h @@ -305,7 +305,7 @@ struct laser_info #if defined(DXX_BUILD_DESCENT_II) fix64 last_afterburner_time; // Time at which this object last created afterburner blobs. #endif -} __pack__; +}; // Same as above but structure Savegames/Multiplayer objects expect struct laser_info_rw