1
0
Fork 0

- Whoops, missed committing this tiny but fatal-if-not-included change.

This commit is contained in:
Durk Talsma 2010-08-31 16:57:07 +02:00
parent eb45d524a8
commit 800352e26f

View file

@ -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 &currentDestination, const string &req);
// used to sort in decending order of score: I've probably found a better way to