diff options
Diffstat (limited to 'Game/Code/Menu')
-rw-r--r-- | Game/Code/Menu/UMenu.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Game/Code/Menu/UMenu.pas b/Game/Code/Menu/UMenu.pas index 9edf1e00..7656c639 100644 --- a/Game/Code/Menu/UMenu.pas +++ b/Game/Code/Menu/UMenu.pas @@ -180,6 +180,8 @@ end; constructor TMenu.Create; begin + inherited; + Fade := 0;//fWhite; SetLength(Static, 0); |