Fix deleting vehicles re-numbering other vehicles

This commit is contained in:
2025-06-11 16:26:29 -05:00
parent 3810fd0250
commit 0dfddae5f2
2 changed files with 9 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ public:
// If they demand different member functions, I'll derive from this class.
location loc;
location sector;
short which_town;
short which_town = -1;
bool exists;
bool property;
pic_num_t pic = 0;