diff options
-rw-r--r-- | saga/gfx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/saga/gfx.h b/saga/gfx.h index af0493195c..13202781e3 100644 --- a/saga/gfx.h +++ b/saga/gfx.h @@ -79,13 +79,14 @@ struct PalEntry { byte blue; } GCC_PACK; +#pragma END_PACK_STRUCTS + struct Color { int red; int green; int blue; int alpha; -} GCC_PACK; -#pragma END_PACK_STRUCTS +}; struct Surface : Graphics::Surface { |