mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
braced again
Took 3 minutes
This commit is contained in:
parent
bf562a695d
commit
4779cc9742
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor,
|
||||||
|
|
||||||
TutorialSequence lobbySequence;
|
TutorialSequence lobbySequence;
|
||||||
|
|
||||||
TutorialStep introStep(deckViewContainerWidget, tr("Let's try this out."));
|
TutorialStep introStep{deckViewContainerWidget, tr("Let's try this out.")};
|
||||||
lobbySequence.addStep(introStep);
|
lobbySequence.addStep(introStep);
|
||||||
|
|
||||||
tutorialController->addSequence(lobbySequence);
|
tutorialController->addSequence(lobbySequence);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue