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(); void NetReset();
extern bool Dev; extern bool Dev;
extern int ping; extern int ping;
void CoreNetwork();
[[noreturn]] void CoreNetwork();
extern int ClientID; extern int ClientID;
extern int LastPort; extern int LastPort;
extern bool ModLoaded; extern bool ModLoaded;

View File

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