From 7c15d0d232292ea7a87a8ecf78fda3ba1045794f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 2 Aug 2019 19:04:10 -0700 Subject: GLK: GLULXE: Fix VS packing warnings --- engines/glk/glulxe/glulxe.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/glk/glulxe') diff --git a/engines/glk/glulxe/glulxe.h b/engines/glk/glulxe/glulxe.h index ab7a3d3046..6bb8372e5b 100644 --- a/engines/glk/glulxe/glulxe.h +++ b/engines/glk/glulxe/glulxe.h @@ -44,10 +44,12 @@ private: * \defgroup vm fields * @{ */ + CharHandler stream_char_handler; + UnicharHandler stream_unichar_handler, glkio_unichar_han_ptr; + bool vm_exited_cleanly; uint gamefile_start, gamefile_len; char *init_err, *init_err2; - CharHandler stream_char_handler; byte *memmap; byte *stack; @@ -143,8 +145,6 @@ private: /**@}*/ - UnicharHandler stream_unichar_handler, glkio_unichar_han_ptr; - /** * \defgroup serial fields * @{ -- cgit v1.2.3