Cockatrice/libcockatrice_deck_list
Lukas Brübach 2486f73067
[DeckList] Drop const from zone lookup that creates nodes
DecklistNodeTree::getZoneObjFromName creates a new zone node when
the name is unknown, so declaring it const was a lie that let a
const DecklistNodeTree mutate its tree. It is only called from
mutating paths (addCard, readZoneElement), so the const qualifier
is removed.
2026-09-18 09:58:12 +02:00
..
libcockatrice/deck_list [DeckList] Drop const from zone lookup that creates nodes 2026-09-18 09:58:12 +02:00
CMakeLists.txt [Game] Playmats (#7101) 2026-08-21 10:40:49 +02:00