aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Menu/UMenu.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-03 03:02:42 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-03-03 03:02:42 +0000
commita022cbec1cb1245ab81bf008dd8835a860f38999 (patch)
tree03e0247be9bcfa7d1f7438984d0028ac667fa55c /Game/Code/Menu/UMenu.pas
parent83c95e09f137e9984e7240fe629e8c819dfccbf4 (diff)
downloadusdx-a022cbec1cb1245ab81bf008dd8835a860f38999.tar.gz
usdx-a022cbec1cb1245ab81bf008dd8835a860f38999.tar.xz
usdx-a022cbec1cb1245ab81bf008dd8835a860f38999.zip
- some windows/lclintf dependencies removed
- some indentation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@899 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/Menu/UMenu.pas')
-rw-r--r--Game/Code/Menu/UMenu.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Menu/UMenu.pas b/Game/Code/Menu/UMenu.pas
index edaeaab4..8b7bfff3 100644
--- a/Game/Code/Menu/UMenu.pas
+++ b/Game/Code/Menu/UMenu.pas
@@ -24,7 +24,7 @@ type
Button: array of TButton;
Selects: array of TSelect;
SelectsS: array of TSelectSlide;
- ButtonCollection: Array of TButtonCollection;
+ ButtonCollection: array of TButtonCollection;
BackImg: TTexture;
BackW: integer;
BackH: integer;
@@ -1534,13 +1534,13 @@ procedure TMenu.onShow;
begin
// nothing
// beep;
-
+(*
if fileexists( fFileName ) then
begin
if VideoPlayback.Open( fFileName ) then
VideoPlayback.Play;
end;
-
+*)
end;
procedure TMenu.onShowFinish;