Skip to content

Simplify TmwAthena::MessageOut

Thorbjørn Lindeijer requested to merge simplify-message-out into master

Since for tmwAthena we're writing messages directly into the output buffer, the MessageOut implementation does not need any members.

Also used SDL_SwapLE16 and SDL_SwapLE32 for convenience.

Edited by Thorbjørn Lindeijer

Merge request reports