Redraw on gameover

This commit is contained in:
José Carlos Cuevas 2020-06-09 11:37:28 +02:00
parent 9df0bb7ff9
commit b7798c987d

View file

@ -404,6 +404,7 @@ exit:
int 21h
gameover:
call drawfield
mov ax, 0
mov ah, 02Ch ;Get current system time
int 021h