1
0
Fork 0

Oops - a boo boo of monumental proportions completely took ATC off the air...

This commit is contained in:
daveluff 2003-10-07 16:05:20 +00:00
parent 824f78f255
commit b84cf7c3af

View file

@ -107,7 +107,7 @@ public:
// Run the internal calculations
// Derived classes should call this method from their own Update methods if they
// wish to use the response timer functionality.
void Update(double dt);
virtual void Update(double dt);
// Add plane to a stack
virtual void AddPlane(string pid);