瀏覽代碼

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

git-svn-id: trunk@5513 -
daniel 18 年之前
父節點
當前提交
72b25db7ae
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      ide/fpide.pas

+ 3 - 0
ide/fpide.pas

@@ -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);