Browse Source

rollback 8d9120c10b

bot10-crash-test
ghost 11 months ago
parent
commit
0c3acdf066
  1. 2
      dlls/client.cpp

2
dlls/client.cpp

@ -1194,7 +1194,7 @@ void StartFrame( void )
// have to delay here or engine gives "Tried to write to // have to delay here or engine gives "Tried to write to
// uninitialized sizebuf_t" error and crashes... // uninitialized sizebuf_t" error and crashes...
pause_time = gpGlobals->time + 1.0; pause_time = gpGlobals->time + 1;
break; break;
} }
else if( strcmp( cmd, "botskill" ) == 0 ) else if( strcmp( cmd, "botskill" ) == 0 )

Loading…
Cancel
Save