From aac3d4b4578585b8b3f96685502f2941d492ee1a Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 5 Sep 2016 22:09:37 +0200 Subject: {dinput,logic,..}: cleanup --- proto-fsuipc/ftnoir_protocol_fsuipc.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proto-fsuipc') diff --git a/proto-fsuipc/ftnoir_protocol_fsuipc.h b/proto-fsuipc/ftnoir_protocol_fsuipc.h index d17527ae..f7a98ad8 100644 --- a/proto-fsuipc/ftnoir_protocol_fsuipc.h +++ b/proto-fsuipc/ftnoir_protocol_fsuipc.h @@ -37,11 +37,11 @@ struct settings : opts { {} }; -#pragma pack(push,1) // All fields in structure must be byte aligned. +#pragma pack(push,1) // All fields in structure must be unaligned typedef struct { - int Control; // Control identifier - int Value; // Value of DOF + int Control; // Control identifier + int Value; // Value of DOF } TFSState; #pragma pack(pop) -- cgit v1.2.3