diff options
Diffstat (limited to 'Game/Code/Screens/UScreenPopup.pas')
-rw-r--r-- | Game/Code/Screens/UScreenPopup.pas | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenPopup.pas b/Game/Code/Screens/UScreenPopup.pas index 402857a9..628aa556 100644 --- a/Game/Code/Screens/UScreenPopup.pas +++ b/Game/Code/Screens/UScreenPopup.pas @@ -131,7 +131,7 @@ end; procedure TScreenPopupCheck.onShow;
begin
-
+ inherited;
end;
procedure TScreenPopupCheck.ShowPopup(msg: String);
@@ -214,6 +214,7 @@ end; procedure TScreenPopupError.onShow;
begin
+ inherited;
end;
|