This commit is contained in:
ghost 2024-01-13 16:46:54 +02:00
parent 37809daf3b
commit 0c3acdf066
1 changed files with 1 additions and 1 deletions

View File

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