security guard fix ... limit to san fierro only too.

This commit is contained in:
Lorenc Pekaj 2018-07-12 09:44:38 +10:00
parent af06396a46
commit 6dde70aa66
11 changed files with 18 additions and 18 deletions

View File

@ -222,7 +222,7 @@ stock GenerateNewPlayback( ) {
szLocation[ 16 ], iRandom;
find_track:
if( ( iRandom = random( 11 ) ) == iRecentTrack ) {
if( ( iRandom = random( 4 ) ) == iRecentTrack ) {
goto find_track;
}