Use bool where the source and destination variable is bool.
This commit is contained in:
parent
162814281b
commit
6afe252440
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public:
|
|||
void setDisplacement(float d);
|
||||
void setCompression(float c);
|
||||
void setWastegate(float norm) { _wastegate = norm; }
|
||||
void setSupercharger(float hasSuper) { _hasSuper = hasSuper; }
|
||||
void setSupercharger(bool hasSuper) { _hasSuper = hasSuper; }
|
||||
void setTurboLag(float lag) { _turboLag = lag; }
|
||||
|
||||
bool isCranking();
|
||||
|
|
Loading…
Add table
Reference in a new issue