Skip to content

Commit

Permalink
Correção do som ao consertar porta
Browse files Browse the repository at this point in the history
  • Loading branch information
LorhanSohaky committed Dec 2, 2018
1 parent 4970067 commit 20f8d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jogo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -578,13 +578,13 @@ PROXIMA_JANELA:
jmp NAO_VERIFICA
CONCERTOU_JANELA:
call tocarSomJanela
mov (JanelaStruct PTR janela[esi]).estado, 0
cmp esi, 7 * TYPE JanelaStruct ; Testando a posi‡„o 7 (porta)
jne COLOCAR_JANELA
mov edi, OFFSET portaNormal
jmp DESENHAR
COLOCAR_JANELA:
call tocarSomJanela
mov edi, OFFSET janelaNormal
DESENHAR:
INVOKE desenhaLJanela, esi, edi
Expand Down

0 comments on commit 20f8d07

Please sign in to comment.