Browse Source

* Fix by Wayne Sherman to make restore from dosshell work under Win32

git-svn-id: trunk@3455 -
daniel 19 years ago
parent
commit
1ebccce1c9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fv/app.pas

+ 1 - 0
fv/app.pas

@@ -1047,6 +1047,7 @@ BEGIN                                                 { Compatability only }
 {  InitDosMem;}
   drivers.initkeyboard;
   drivers.initvideo;
+  InitScreen;
   InitEvents;
   InitSysError;
   Redraw;