Dels credits ja passa a la tabla de puntuacions
This commit is contained in:
@@ -68,6 +68,7 @@ Credits::~Credits()
|
||||
SDL_DestroyTexture(text_texture_);
|
||||
SDL_DestroyTexture(canvas_);
|
||||
resetVolume();
|
||||
JA_StopMusic();
|
||||
}
|
||||
|
||||
// Bucle principal
|
||||
@@ -477,7 +478,7 @@ void Credits::updateAllFades()
|
||||
fade_out_->update();
|
||||
if (fade_out_->hasEnded())
|
||||
{
|
||||
section::name = section::Name::LOGO;
|
||||
section::name = section::Name::HI_SCORE_TABLE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user