From b7798c987d9ec40c189aeba191de6ce3e94dc85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Tue, 9 Jun 2020 11:37:28 +0200 Subject: [PATCH] Redraw on gameover --- mine.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/mine.asm b/mine.asm index 9751dc6..e82880d 100644 --- a/mine.asm +++ b/mine.asm @@ -404,6 +404,7 @@ exit: int 21h gameover: + call drawfield mov ax, 0 mov ah, 02Ch ;Get current system time int 021h