mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Implement reverse-related tag for cards
This commit is contained in:
parent
f03051b6cf
commit
4b1c59424e
8 changed files with 81 additions and 8 deletions
|
|
@ -200,6 +200,9 @@ int main(int argc, char *argv[])
|
|||
qDebug() << "Could not create " + dataDir + "/customsets folder.";
|
||||
}
|
||||
|
||||
// when all the cards have been loaded, resolve the reverse-related tags
|
||||
db->refreshCachedReverseRelatedCards();
|
||||
|
||||
if (settingsValid()) {
|
||||
qDebug("main(): starting main program");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue