1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 15:39:09 +00:00

(svn r11743) -Fix [FS#1614]: group names got not deallocated in the command test run.

This commit is contained in:
rubidium
2008-01-01 22:39:11 +00:00
parent fa83291a76
commit 19f8990f64

View File

@@ -196,6 +196,8 @@ CommandCost CmdRenameGroup(TileIndex tile, uint32 flags, uint32 p1, uint32 p2)
g->string_id = str;
InvalidateWindowData(GetWCForVT(g->vehicle_type), (g->vehicle_type << 11) | VLW_GROUP_LIST | _current_player);
} else {
DeleteName(str);
}
return CommandCost();