Descent3/networking
Taylor Richards 332f9c553e
fix server crash during client connection
The serverconn variable identifies the reliable socket used by the server.
However this variable is not yet initialized at the very start of the first
client connection which causes the server to crash. This fixes a bad safety
check for this issue and a further instance of the bug.
2024-06-10 21:51:51 -04:00
..
CMakeLists.txt Rename ddio_common to ddio 2024-05-24 22:18:14 +03:00
directplay.cpp Modernize struct/enum/unions type declarations 2024-05-30 03:35:17 -04:00
networking.cpp fix server crash during client connection 2024-06-10 21:51:51 -04:00