reoad from the bottom screen, not the top

This commit is contained in:
Glenn Maynard
2006-08-31 20:49:39 +00:00
parent b33e00d00f
commit 4e89ac8131
+1 -1
View File
@@ -747,7 +747,7 @@ class DebugLineReloadCurrentScreen : public IDebugLine
virtual bool IsEnabled() { return true; }
virtual void Do( RString &sMessageOut )
{
RString sScreenName = SCREENMAN->GetTopScreen()->GetName();
RString sScreenName = SCREENMAN->GetScreen(0)->GetName();
SCREENMAN->PopAllScreens();
SOUND->StopMusic();