diff options
author | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-14 03:15:16 +0000 |
---|---|---|
committer | s_alexander <s_alexander@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-03-14 03:15:16 +0000 |
commit | 3206170f01b1ae102b94ecf4f65647d86312edc2 (patch) | |
tree | 263d076f7157d46ae9ed787c2730a1ce326182f4 /Game/Code/Classes/UGraphic.pas | |
parent | 0ce8f19e59d386553bfcd5c321624c0abb63f00b (diff) | |
download | usdx-3206170f01b1ae102b94ecf4f65647d86312edc2.tar.gz usdx-3206170f01b1ae102b94ecf4f65647d86312edc2.tar.xz usdx-3206170f01b1ae102b94ecf4f65647d86312edc2.zip |
new lyric effect: slide
a lot lyric fixes
change the resolution/fullscreen mode on exit the options menu
some code improvements
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@957 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/UGraphic.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Classes/UGraphic.pas b/Game/Code/Classes/UGraphic.pas index f681626d..3203d417 100644 --- a/Game/Code/Classes/UGraphic.pas +++ b/Game/Code/Classes/UGraphic.pas @@ -564,9 +564,9 @@ end; procedure Reinitialize3D; begin -// InitializeScreen; -// LoadTextures; -// LoadScreens; + InitializeScreen; + LoadTextures; + LoadScreens; end; procedure InitializeScreen; |