Minor edit

This commit is contained in:
Anonymous-275 2021-05-11 22:32:46 +03:00
parent 6c673e78e5
commit 1ad8e0b8e5
2 changed files with 4 additions and 3 deletions

View File

@ -12,7 +12,8 @@
void NetReset();
extern bool Dev;
extern int ping;
void CoreNetwork();
[[noreturn]] void CoreNetwork();
extern int ClientID;
extern int LastPort;
extern bool ModLoaded;

View File

@ -240,8 +240,8 @@ int Handle(EXCEPTION_POINTERS *ep){
}
void CoreNetwork(){
while(TraceBack >= 4){
[[noreturn]] void CoreNetwork(){
while(true) {
#ifndef __MINGW32__
__try{
#endif