aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenLoading.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/UScreenLoading.pas')
-rw-r--r--src/screens/UScreenLoading.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/UScreenLoading.pas b/src/screens/UScreenLoading.pas
index e368f181..000ef405 100644
--- a/src/screens/UScreenLoading.pas
+++ b/src/screens/UScreenLoading.pas
@@ -44,6 +44,7 @@ type
TScreenLoading = class(TMenu)
public
Fadeout: boolean;
+ TextDescription: integer;
constructor Create; override;
procedure OnShow; override;