aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenuInteract.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Menu/UMenuInteract.pas')
-rw-r--r--Game/Code/Menu/UMenuInteract.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Menu/UMenuInteract.pas b/Game/Code/Menu/UMenuInteract.pas
index 3f2960b8..43249e3e 100644
--- a/Game/Code/Menu/UMenuInteract.pas
+++ b/Game/Code/Menu/UMenuInteract.pas
@@ -4,7 +4,7 @@ interface
type
TInteract = record // for moving thru menu
- Typ: integer; // 0 - button, 1 - select
+ Typ: integer; // 0 - button, 1 - select, 2 - Text, 3 - Select SLide, 5 - ButtonCollection Child
Num: integer; // number of this item in proper list like buttons, selects
end;