Remove use of memcmp in CheckCaches
This commit is contained in:
@@ -47,6 +47,8 @@ struct GroundVehicleCache {
|
||||
|
||||
/* Cached UI information. */
|
||||
uint16_t last_speed; ///< The last speed we did display, so we only have to redraw when this changes.
|
||||
|
||||
bool operator==(const GroundVehicleCache &) const = default;
|
||||
};
|
||||
|
||||
/** Ground vehicle flags. */
|
||||
|
Reference in New Issue
Block a user