We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea33e3 commit 38c17f0Copy full SHA for 38c17f0
source/client/konsolen_view.cpp
@@ -187,7 +187,7 @@ void konsolen_view::show_end_screen(bool won){
187
if (won){
188
std::cout << R"(
189
__ _ _____ _____ _ __ _ __ ___ _ __
190
- / _` |/ _ \ \ /\ / / _ \| '_ \| '_ \ / _ \ '_ \
+ / _` |/ _ \ \ /\ / / _ \| '_ \| '_ \ / _ \ '_ \
191
| (_| | __/\ V V / (_) | | | | | | | __/ | | |
192
\__, |\___| \_/\_/ \___/|_| |_|_| |_|\___|_| |_|
193
__/ |
@@ -199,7 +199,7 @@ void konsolen_view::show_end_screen(bool won){
199
_
200
| |
201
__ _____ _ __| | ___ _ __ ___ _ __
202
- \ \ / / _ \ '__| |/ _ \| '__/ _ \ '_ \
+ \ \ / / _ \ '__| |/ _ \| '__/ _ \ '_ \
203
\ V / __/ | | | (_) | | | __/ | | |
204
\_/ \___|_| |_|\___/|_| \___|_| |_|
205
)" << '\n';
0 commit comments