Browse Source

* TDOSScreen.ConsoleGraphDriver and .ConsoleGraphMode changed to smallint, so they can be passed as var parameters to InitGraph. This fixes compilation with USE_GRAPH_SWITCH enabled

git-svn-id: trunk@29079 -
nickysn 10 years ago
parent
commit
cb8f96a33c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpusrscr.pas

+ 1 - 1
ide/fpusrscr.pas

@@ -184,7 +184,7 @@ type
       GraphModeName : string;
       GraphXres,GraphYres : longint;
       GraphBuffer : pointer;
-      ConsoleGraphDriver, ConsoleGraphMode : word;
+      ConsoleGraphDriver, ConsoleGraphMode : smallint;
 {$endif USE_GRAPH_SWITCH}
       function    GetLineStartOfs(Line: integer): word;
       procedure   GetBuffer(Size: word);