fix crash
This commit is contained in:
@@ -387,7 +387,7 @@ void Course::AddScores( NotesType nt, bool bPlayerEnabled[NUM_PLAYERS], int iDan
|
|||||||
for( int p=0; p<NUM_PLAYERS; p++ )
|
for( int p=0; p<NUM_PLAYERS; p++ )
|
||||||
{
|
{
|
||||||
iRankingIndexOut[p] = -1;
|
iRankingIndexOut[p] = -1;
|
||||||
bNewRecordOut = false;
|
bNewRecordOut[p] = false;
|
||||||
|
|
||||||
if( !bPlayerEnabled[p] )
|
if( !bPlayerEnabled[p] )
|
||||||
continue; // skip
|
continue; // skip
|
||||||
|
|||||||
Reference in New Issue
Block a user