* Fix video write at wrong memory locations, causing crashes.

git-svn-id: trunk@5513 -
This commit is contained in:
daniel 2006-12-01 10:33:50 +00:00
parent 05a07a7dd2
commit 72b25db7ae

View File

@ -923,6 +923,9 @@ begin
{$ifndef go32v2}
initvideo;
{$endif ndef go32v2}
{Videobuffer has been reallocated, need passive video situation detection
again.}
initscreen;
{$ifdef Windows}
{ write the empty screen to dummy console handle }
UpdateScreen(true);