Fixes several src/engine/client/backend_sdl.cpp:289:6: runtime error: member access within misaligned address 0x7f75afa19b0c for type 'const struct CTextureCreateCommand', which requires 8 byte alignment.
A cleaner solution would make use of C++11 features std::max_align_t and alignof (added as comments here).