forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en hacer que puedas entrar a la jail
This commit is contained in:
@@ -281,6 +281,7 @@ void Intro::render()
|
||||
section_t Intro::run()
|
||||
{
|
||||
// Inicia el sonido de carga
|
||||
JA_SetVolume(64);
|
||||
JA_PlayMusic(loadingSound1);
|
||||
|
||||
while (section.name == SECTION_PROG_INTRO)
|
||||
@@ -289,6 +290,7 @@ section_t Intro::run()
|
||||
render();
|
||||
}
|
||||
|
||||
JA_SetVolume(128);
|
||||
return section;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user