reoad from the bottom screen, not the top
This commit is contained in:
@@ -747,7 +747,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine
|
|||||||
virtual bool IsEnabled() { return true; }
|
virtual bool IsEnabled() { return true; }
|
||||||
virtual void Do( RString &sMessageOut )
|
virtual void Do( RString &sMessageOut )
|
||||||
{
|
{
|
||||||
RString sScreenName = SCREENMAN->GetTopScreen()->GetName();
|
RString sScreenName = SCREENMAN->GetScreen(0)->GetName();
|
||||||
SCREENMAN->PopAllScreens();
|
SCREENMAN->PopAllScreens();
|
||||||
|
|
||||||
SOUND->StopMusic();
|
SOUND->StopMusic();
|
||||||
|
|||||||
Reference in New Issue
Block a user