Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
gtheler
/
libreblackjack
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
removed unused block of code
master
gtheler
5 anni fa
parent
4d8e4bc87f
commit
c795349e01
1 ha cambiato i file
con
0 aggiunte
e
6 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+0
-6
src/tty.cpp
+ 0
- 6
src/tty.cpp
Vedi File
@@ -177,12 +177,6 @@ void Tty::info(Info msg, int intData) {
}
std::cout << green << s << reset << std::endl;
/*
if (msg == Info::CardDealerHoleDealt) {
render(&dealerHand);
render(&(*currentHand));
}
*/
return;
}
Write
Preview
Loading…
Annulla
Salva