Merge pull request #6 from YGGverse/bot10-crash-test

fix time offset
This commit is contained in:
d47081 2024-01-13 05:20:22 +02:00 committed by GitHub
commit 01cee7a294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
pause_time = gpGlobals->time + 1.0;
break;
}
else if( strcmp( cmd, "botskill" ) == 0 )