Redraw on gameover
This commit is contained in:
parent
9df0bb7ff9
commit
b7798c987d
1 changed files with 1 additions and 0 deletions
1
mine.asm
1
mine.asm
|
@ -404,6 +404,7 @@ exit:
|
|||
int 21h
|
||||
|
||||
gameover:
|
||||
call drawfield
|
||||
mov ax, 0
|
||||
mov ah, 02Ch ;Get current system time
|
||||
int 021h
|
||||
|
|
Loading…
Reference in a new issue