mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-13 03:56:03 +00:00
69f7a48dd9
Since m_ExpectedPathTicket.m_Type is uninitialised before being used, serialisation could fail with an out of bouds error. This fixes it by giving it an (arbitrary) default value. Reported by: gameboy Confirmed and debugged by: Angen Reviewed By: Angen Differential Revision: https://code.wildfiregames.com/D2074 This was SVN commit r22470.