aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuSelect.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuSelect.pas')
-rw-r--r--Game/Code/Menu/UMenuSelect.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UMenuSelect.pas b/Game/Code/Menu/UMenuSelect.pas
index b0ee2b78..0699868b 100644
--- a/Game/Code/Menu/UMenuSelect.pas
+++ b/Game/Code/Menu/UMenuSelect.pas
@@ -4,7 +4,7 @@ interface
{$I switches.inc}
-uses TextGL, UTexture, OpenGL12, UMenuText;
+uses TextGL, UTexture, gl, UMenuText;
type
PSelect = ^TSelect;