diff --git a/ptelevision/client/main.lua b/ptelevision/client/main.lua index 7a6c809..88a8c36 100644 --- a/ptelevision/client/main.lua +++ b/ptelevision/client/main.lua @@ -108,6 +108,7 @@ function ShowScreen(data) end function HideScreen() + CURRENT_SCREEN = nil if (duiObj) then DestroyDui(duiObj) SetScaleformMovieAsNoLongerNeeded(sfHandle)