diff --git a/programs/games/fara/trunk/kosSyst.h b/programs/games/fara/trunk/kosSyst.h index b1abbce8c6..cf59df641e 100644 --- a/programs/games/fara/trunk/kosSyst.h +++ b/programs/games/fara/trunk/kosSyst.h @@ -67,7 +67,7 @@ struct RGB }; }; - +#pragma pack(push, 1) union sProcessInfo { Byte rawData[1024]; @@ -88,6 +88,7 @@ union sProcessInfo Word slot_state; } processInfo; }; +#pragma pack(pop) #ifdef AUTOBUILD extern char kosExePath[];