aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenuInteract.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/UMenuInteract.pas')
-rw-r--r--src/menu/UMenuInteract.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu/UMenuInteract.pas b/src/menu/UMenuInteract.pas
index 7cb92025..10259940 100644
--- a/src/menu/UMenuInteract.pas
+++ b/src/menu/UMenuInteract.pas
@@ -35,8 +35,8 @@ interface
type
TInteract = record // for moving thru menu
- 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
+ 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;
{ to handle the area where the mouse is over a control }