Eliminados todos los std:: del código

This commit is contained in:
2023-09-16 12:44:40 +02:00
parent 71be364141
commit 4a2d27dc59
35 changed files with 539 additions and 504 deletions

View File

@@ -192,7 +192,7 @@ void Demo::reLoadTextures()
{
if (options->console)
{
std::cout << "** RELOAD REQUESTED" << std::endl;
cout << "** RELOAD REQUESTED" << endl;
}
room->reLoadTexture();
scoreboard->reLoadTexture();
@@ -220,7 +220,7 @@ void Demo::switchPalette()
}
// Cambia de habitación
bool Demo::changeRoom(std::string file)
bool Demo::changeRoom(string file)
{
// En las habitaciones los limites tienen la cadena del fichero o un 0 en caso de no limitar con nada
if (file != "0")