pnill / cartographer

The project which restores halo 2 PC multiplayer online through the "Network" area, while also adding new features such as GunGame and more to come.
https://cartographer.online/
GNU General Public License v3.0
159 stars 48 forks source link

crash fix and misc #694

Closed Kantanomo closed 1 week ago

Kantanomo commented 1 week ago

fixed a crash when loading between different singleplayer maps. the code for getting the saved game file info used an incorrect size for copying memory when using cached save files.

prevented the cartographer profile from being loaded multiple times after already being signed in, due to how the game reloads the player profile saved_game in between loading screens.