Fix incorrect comment

This commit is contained in:
Jonathan G Rennison
2018-01-28 17:24:25 +00:00
parent 9000d74f3c
commit decc0f210c

View File

@@ -60,7 +60,7 @@ private:
};
uint flags = 0; ///< NOSAVE: temporary flags
/** Vehicle status bits in #Vehicle::vehstatus. */
/** Cargo packet flag bits in CargoPacket::flags. */
enum CargoPacketFlags {
CPF_HAS_DEFERRED_PAYMENT = 0x01, ///< Cargo packet has 1 or more deferred payment(s)
};