Rename debug_mode_key_i to DebugDisableNetworkTimeout

This commit is contained in:
obligaron 2021-09-16 14:43:43 +02:00 committed by Anders Jenbo
commit 3bd6091297
3 changed files with 4 additions and 4 deletions

View file

@ -240,7 +240,7 @@ void BeginTimeout()
return;
}
#ifdef _DEBUG
if (debug_mode_key_i) {
if (DebugDisableNetworkTimeout) {
return;
}
#endif