diff options
Diffstat (limited to 'Game/Code/Screens/UScreenMain.pas')
-rw-r--r-- | Game/Code/Screens/UScreenMain.pas | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Game/Code/Screens/UScreenMain.pas b/Game/Code/Screens/UScreenMain.pas index 70916437..5849341c 100644 --- a/Game/Code/Screens/UScreenMain.pas +++ b/Game/Code/Screens/UScreenMain.pas @@ -36,6 +36,9 @@ const Credits_Text: Array[0..49] of PChar = ( ':SPACE:',
'The Ultrastar Deluxe Team:',
':SPACE:',
+ 'blindy:',
+ 'VFX Programming',
+ ':SPACE:',
'commandi00:',
'Beta Testing',
':SPACE:',
@@ -48,9 +51,6 @@ const Credits_Text: Array[0..49] of PChar = ( 'Mog:',
'Programming, Graphics',
':SPACE:',
- 'blindy:',
- 'VFX Programming',
- ':SPACE:',
'Mota:',
'Programming, Idea of creating this Mod',
':SPACE:',
|