CTR-tools / CTR-ModSDK

ModSDK - a modding toolkit to create mods for Crash Team Racing in C. This repository also houses an effort to fully decompile and reverse-engineer CTR in C.
https://discord.gg/WHkuh2n
306 stars 37 forks source link

Fix auto retry on disconnect #140

Closed Squiro closed 4 months ago

Squiro commented 4 months ago

The current implementation of "auto retry" is broken and doesn't do anything at all. Plus, it heavily uses goto's, making dinosaurs appear when compiling the code.

There's also some minor changes and dead code elimination for a condition that could never happen.

Squiro commented 4 months ago

Closing as auto retry feature was removed.