fix warning
This commit is contained in:
@@ -760,7 +760,7 @@ void GameCommand::ApplySelf( const vector<PlayerNumber> &vpns ) const
|
|||||||
{
|
{
|
||||||
// Choose a percent for all scores. This is useful for testing unlocks
|
// Choose a percent for all scores. This is useful for testing unlocks
|
||||||
// where some elements are unlocked at a certain percent complete
|
// where some elements are unlocked at a certain percent complete
|
||||||
float fPercentDP = randomf( 0.60, 1.20 );
|
float fPercentDP = randomf( 0.6f, 1.2f );
|
||||||
|
|
||||||
Profile* pProfile = PROFILEMAN->GetMachineProfile();
|
Profile* pProfile = PROFILEMAN->GetMachineProfile();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user