Jelajahi Sumber

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

git-svn-id: trunk@5513 -
daniel 18 tahun lalu
induk
melakukan
72b25db7ae
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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);