aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/UMenu.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:43:52 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-09-23 21:43:52 +0000
commit015b6c092b0779ee9b53ed1ee78044737f8dc592 (patch)
treec5514d1451e03adcbc51ff52f7332dae1aa6ff34 /src/menu/UMenu.pas
parent5f10024b26b3a4560c21483771d69e39adb137d0 (diff)
downloadusdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.tar.gz
usdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.tar.xz
usdx-015b6c092b0779ee9b53ed1ee78044737f8dc592.zip
indentation unified, no code change.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1406 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/menu/UMenu.pas')
-rw-r--r--src/menu/UMenu.pas15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/menu/UMenu.pas b/src/menu/UMenu.pas
index ccc22688..dd182d5f 100644
--- a/src/menu/UMenu.pas
+++ b/src/menu/UMenu.pas
@@ -33,8 +33,19 @@ interface
{$I switches.inc}
-uses gl, SysUtils, UTexture, UMenuStatic, UMenuText, UMenuButton, UMenuSelectSlide,
- UMenuInteract, UThemes, UMenuButtonCollection, Math, UMusic;
+uses
+ gl,
+ SysUtils,
+ UTexture,
+ UMenuStatic,
+ UMenuText,
+ UMenuButton,
+ UMenuSelectSlide,
+ UMenuInteract,
+ UThemes,
+ UMenuButtonCollection,
+ Math,
+ UMusic;
type
{ Int16 = SmallInt;}