Fixed compile

This commit is contained in:
StormBytePP
2015-09-14 11:00:41 +02:00
parent 196f935cd8
commit db23ad7df2

View File

@@ -52,6 +52,7 @@ class PlayerTaxi
return GetTaxiDestination();
}
void RequestEarlyLanding();
std::deque<uint32> const& GetPath() const { return m_TaxiDestinations; }
bool empty() const { return m_TaxiDestinations.empty(); }
friend std::ostringstream& operator<< (std::ostringstream& ss, PlayerTaxi const& taxi);