This commit is contained in:
@@ -13,8 +13,10 @@ Marcador::~Marcador(void) {
|
||||
|
||||
void Marcador::draw() {
|
||||
|
||||
this->pintaNumero( 55, 2, this->info->num_piramide );
|
||||
this->pintaNumero( 80, 2, this->info->num_habitacio );
|
||||
if (this->info->num_piramide < 6) {
|
||||
this->pintaNumero(55, 2, this->info->num_piramide);
|
||||
this->pintaNumero(80, 2, this->info->num_habitacio);
|
||||
}
|
||||
|
||||
this->pintaNumero( 149, 2, this->info->diners / 100 );
|
||||
this->pintaNumero( 156, 2, ( this->info->diners % 100 ) / 10 );
|
||||
|
||||
Reference in New Issue
Block a user