diff --git a/src/GraphicalUI/AppMenus/InfoAppMenu.cpp b/src/GraphicalUI/AppMenus/InfoAppMenu.cpp index 8de12fe..af9b4c3 100644 --- a/src/GraphicalUI/AppMenus/InfoAppMenu.cpp +++ b/src/GraphicalUI/AppMenus/InfoAppMenu.cpp @@ -11,14 +11,14 @@ InfoAppMenu::InfoAppMenu(std::shared_ptr menuStack, std::shared_ptr settings, std::shared_ptr renderWindow) : AppMenu(menuStack, settings, renderWindow), playerCursor({INFO_SECTIONS_COUNT}), - sectionsName( + sectionsName({ "< ABOUT >", "< PIECES TYPES >", "< 0 DEGREES ROTATIONS >", "< ROTATION SYSTEM >", "< SCORING >" - ), - sectionsContent( + }), + sectionsContent({ "This game is written in C++,\n" "using SFML 3 for the GUI.\n" "It has been inspired by other\n" @@ -67,7 +67,7 @@ InfoAppMenu::InfoAppMenu(std::shared_ptr menuStack, std::shared_ptr