From ff6284ea8cb6ae92f7435945de8417a92741c801 Mon Sep 17 00:00:00 2001 From: helixhorned Date: Sun, 25 Dec 2011 15:34:22 +0000 Subject: [PATCH] Enable SAMESIZE_ACTOR_T described earlier. git-svn-id: https://svn.eduke32.com/eduke32@2208 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/actors.h | 2 +- polymer/eduke32/source/duke3d.h | 2 +- polymer/eduke32/source/gamedef.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/polymer/eduke32/source/actors.h b/polymer/eduke32/source/actors.h index ca5ed671d..0363907f1 100644 --- a/polymer/eduke32/source/actors.h +++ b/polymer/eduke32/source/actors.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Uncomment to have the same sizeof(actor_t) and sizeof(netactor_t) across // 32- and 64-bit builds; KEEPINSYNC with same #define in gamedef.h: -//#define SAMESIZE_ACTOR_T +#define SAMESIZE_ACTOR_T #define MAXSLEEPDIST 16384 #define SLEEPTIME 1536 diff --git a/polymer/eduke32/source/duke3d.h b/polymer/eduke32/source/duke3d.h index 5250d013a..ffb91f55d 100644 --- a/polymer/eduke32/source/duke3d.h +++ b/polymer/eduke32/source/duke3d.h @@ -65,7 +65,7 @@ extern "C" { // Uncomment to have the same sizeof(actor_t) and sizeof(netactor_t) across // 32- and 64-bit builds; KEEPINSYNC with same #define in actors.h and gamedef.h: -//#define SAMESIZE_ACTOR_T +#define SAMESIZE_ACTOR_T // increase by 3, because atomic GRP adds 1, and Shareware adds 2 #ifdef YAX_ENABLE diff --git a/polymer/eduke32/source/gamedef.h b/polymer/eduke32/source/gamedef.h index 055fcb15c..0246bcff1 100644 --- a/polymer/eduke32/source/gamedef.h +++ b/polymer/eduke32/source/gamedef.h @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // Uncomment to have the same sizeof(actor_t) and sizeof(netactor_t) across // 32- and 64-bit builds; KEEPINSYNC with same #define in actors.h: -//#define SAMESIZE_ACTOR_T +#define SAMESIZE_ACTOR_T #define MAXGAMEEVENTS 128 #define LABEL_HASPARM2 1