Skip to content

Commit

Permalink
api tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-n committed Dec 12, 2020
1 parent bc0aa36 commit 7bf5430
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SamplePlugIntegration/NGPCarMenuAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ class CNGPCarMenuAPI
return FALSE;
}

// Check BTB track loading status (make sure the track is not the #41 original track). This method can be called only when the countdown timer is running because then RBR has completed the map loading
// Check BTB track loading status (make sure the track is not the #41 original track). TRUE=BTB was loaded successfully, FALSE=BTB track loading failed and the map is the original #41 Cote
// This method can be called only when the camera is spinning around the car in a starting line and the countdown timer is about to start.
BOOL CheckBTBTrackLoadStatus(DWORD pluginID, LPCSTR szBTBTrackName, LPCSTR szBTBTrackFolderName)
{
if (fp_API_PrepareBTBTrackLoad != nullptr && fp_API_CheckBTBTrackLoadStatus != nullptr)
Expand Down

0 comments on commit 7bf5430

Please sign in to comment.