From 9aa8382595b87a7db7c46eb4656d765846bbde29 Mon Sep 17 00:00:00 2001 From: Daveo Date: Wed, 25 Apr 2001 20:20:34 +0000 Subject: [PATCH] --- source/system/dbg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/system/dbg.cpp b/source/system/dbg.cpp index 2b0778bb7..30633f63c 100644 --- a/source/system/dbg.cpp +++ b/source/system/dbg.cpp @@ -259,6 +259,7 @@ void DoAssert( const char * Txt, const char * file, const int line ) FontBank F; char Text[2048]; + ClearScreenImage(); sprintf( Text, "%s\nLine %d in %s", Txt, line, file );