Rename debug_mode_key_i to DebugDisableNetworkTimeout
This commit is contained in:
parent
f9192d2312
commit
3bd6091297
3 changed files with 4 additions and 4 deletions
|
|
@ -240,7 +240,7 @@ void BeginTimeout()
|
|||
return;
|
||||
}
|
||||
#ifdef _DEBUG
|
||||
if (debug_mode_key_i) {
|
||||
if (DebugDisableNetworkTimeout) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue