diff options
Diffstat (limited to 'Game/Code/Screens/UScreenOptionsSound.pas')
-rw-r--r-- | Game/Code/Screens/UScreenOptionsSound.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/Screens/UScreenOptionsSound.pas b/Game/Code/Screens/UScreenOptionsSound.pas index 3cbc65a5..c3ef523b 100644 --- a/Game/Code/Screens/UScreenOptionsSound.pas +++ b/Game/Code/Screens/UScreenOptionsSound.pas @@ -2,6 +2,10 @@ unit UScreenOptionsSound; interface +{$IFDEF FPC} + {$MODE Delphi} +{$ENDIF} + {$I switches.inc} uses |