Desactivada la inmunidad. Corregido el error tipografico en el marcador. Arreglado el audio

This commit is contained in:
2022-08-21 08:58:53 +02:00
parent 164a2d0302
commit fb322f7e7b
2 changed files with 2 additions and 2 deletions

View File

@@ -874,7 +874,7 @@ void IniPlayer()
player.jump_pressed_now = false;
player.jump_pressed_before = false;
player.standing = true;
player.invulnerable = true;
player.invulnerable = false;
player.jumpforce = 10;
player.active_animation = 0;
player.enabled = true;
@@ -2008,7 +2008,7 @@ int main(int argc, char *args[])
setExecutablePath(args[0]);
// Inicializa el audio
JA_Init(22050, AUDIO_S16SYS, 2);
JA_Init(44100, AUDIO_S16, 2);
allocatePointers();