forked from jaildesigner-jailgames/jaildoctors_dilemma
Revert "Eliminados todos los std:: del código"
This reverts commit 4a2d27dc59.
This commit is contained in:
@@ -192,7 +192,7 @@ void Demo::reLoadTextures()
|
||||
{
|
||||
if (options->console)
|
||||
{
|
||||
cout << "** RELOAD REQUESTED" << endl;
|
||||
std::cout << "** RELOAD REQUESTED" << std::endl;
|
||||
}
|
||||
room->reLoadTexture();
|
||||
scoreboard->reLoadTexture();
|
||||
@@ -220,7 +220,7 @@ void Demo::switchPalette()
|
||||
}
|
||||
|
||||
// Cambia de habitación
|
||||
bool Demo::changeRoom(string file)
|
||||
bool Demo::changeRoom(std::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")
|
||||
|
||||
Reference in New Issue
Block a user