Desactivada la inmunidad. Corregido el error tipografico en el marcador. Arreglado el audio
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 1.3 KiB |
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user