undo/redo edit horse or boat

This commit is contained in:
2025-06-11 17:25:09 -05:00
parent b8ef14f186
commit c50f42ffde
4 changed files with 37 additions and 3 deletions

View File

@@ -68,6 +68,7 @@ void cVehicle::readFrom(const cTagFile_Page& page) {
}
bool operator==(const cVehicle& a, const cVehicle& b) {
if(a.name != b.name) return false;
if(a.which_town != b.which_town)
return false;
if(a.exists != b.exists) return false;