Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
gtheler
/
libreblackjack
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
removed unused block of code
master
gtheler
hace 5 años
padre
4d8e4bc87f
commit
c795349e01
Se han
modificado 1 ficheros
con
0 adiciones
y
6 borrados
Dividir vista
Mostrar estadísticas de diff
+0
-6
src/tty.cpp
+ 0
- 6
src/tty.cpp
Ver fichero
@@ -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;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar