- Whoops, missed committing this tiny but fatal-if-not-included change.
This commit is contained in:
parent
eb45d524a8
commit
800352e26f
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ class FGAISchedule
|
|||
|
||||
void setrunCount(unsigned int count) { runCount = count; };
|
||||
void setHits (unsigned int count) { hits = count; };
|
||||
void setScore () { score = runCount ? ((double) hits / (double) runCount) : 0; };
|
||||
void setScore ();
|
||||
double getScore () { return score; };
|
||||
FGScheduledFlight*findAvailableFlight (const string ¤tDestination, const string &req);
|
||||
// used to sort in decending order of score: I've probably found a better way to
|
||||
|
|
Loading…
Add table
Reference in a new issue