diff options
Diffstat (limited to 'src/screens/UScreenOptionsGraphics.pas')
-rw-r--r-- | src/screens/UScreenOptionsGraphics.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/UScreenOptionsGraphics.pas b/src/screens/UScreenOptionsGraphics.pas index 66c46b0f..e2d72886 100644 --- a/src/screens/UScreenOptionsGraphics.pas +++ b/src/screens/UScreenOptionsGraphics.pas @@ -64,7 +64,7 @@ begin // FIXME: changing the video mode does not work this way in windows // and MacOSX as all textures will be invalidated through this. // See the ALT+TAB code too. - {$IF Defined(Linux) or Defined(BSD)} + {$IF Defined(Linux) or Defined(FreeBSD)} Reinitialize3D(); {$IFEND} FadeTo(@ScreenOptions); |