From 775bed1069b1052022cd5e1f0b93c93caae211bf Mon Sep 17 00:00:00 2001 From: Kostas Nakos Date: Mon, 12 Feb 2007 09:04:34 +0000 Subject: apply modified patch #1657436 (alignment issues) svn-id: r25514 --- engines/agos/intern.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/agos/intern.h') diff --git a/engines/agos/intern.h b/engines/agos/intern.h index af25030d5d..d8273e4c43 100644 --- a/engines/agos/intern.h +++ b/engines/agos/intern.h @@ -147,6 +147,8 @@ enum { SUBROUTINE_LINE_BIG_SIZE = 8 }; +#include "common/pack-start.h" + struct Subroutine { uint16 id; /* subroutine ID */ uint16 first; /* offset from subroutine start to first subroutine line */ @@ -160,6 +162,8 @@ struct SubroutineLine { int16 noun2; }; +#include "common/pack-end.h" + struct TimeEvent { uint32 time; uint16 subroutine_id; -- cgit v1.2.3