aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UThemes.pas
diff options
context:
space:
mode:
authorbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-19 21:15:27 +0000
committerbrunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-02-19 21:15:27 +0000
commit554b2db6053b7a67947adc93c28aa41f68a393f1 (patch)
treeb387e84d4a6fc10051aba7878a0cfac24ad3c890 /Game/Code/Classes/UThemes.pas
parent3126983e1e830881d7ab391cef2f7c7b48750726 (diff)
downloadusdx-554b2db6053b7a67947adc93c28aa41f68a393f1.tar.gz
usdx-554b2db6053b7a67947adc93c28aa41f68a393f1.tar.xz
usdx-554b2db6053b7a67947adc93c28aa41f68a393f1.zip
added option for showing video in preview only
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2110 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--Game/Code/Classes/UThemes.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/Game/Code/Classes/UThemes.pas b/Game/Code/Classes/UThemes.pas
index c83e70c5..0b1eb484 100644
--- a/Game/Code/Classes/UThemes.pas
+++ b/Game/Code/Classes/UThemes.pas
@@ -464,7 +464,7 @@ type
SelectDepth: TThemeSelect;
SelectOscilloscope: TThemeSelect;
SelectLineBonus: TThemeSelect;
- SelectMovieSize: TThemeSelect;
+ SelectSlideMovieSize: TThemeSelectSlide;
SelectMoviePreview: TThemeSelect;
ButtonExit: TThemeButton;
end;
@@ -1348,7 +1348,7 @@ begin
ThemeLoadSelect(OptionsGraphics.SelectDepth, 'OptionsGraphicsSelectDepth');
ThemeLoadSelect(OptionsGraphics.SelectOscilloscope, 'OptionsGraphicsSelectOscilloscope');
ThemeLoadSelect(OptionsGraphics.SelectLineBonus, 'OptionsGraphicsSelectLineBonus');
- ThemeLoadSelect(OptionsGraphics.SelectMovieSize, 'OptionsGraphicsSelectMovieSize');
+ ThemeLoadSelectSlide(OptionsGraphics.SelectSlideMovieSize, 'OptionsGraphicsSelectSlideMovieSize');
ThemeLoadSelect(OptionsGraphics.SelectMoviePreview, 'OptionsGraphicsSelectMoviePreview');
ThemeLoadButton(OptionsGraphics.ButtonExit, 'OptionsGraphicsButtonExit');