sm-ssc v1.0 Public Beta 1 code changes

This commit is contained in:
AJ Kelly
2010-03-01 00:44:39 -06:00
parent 42baa6f3f9
commit 02c7037721
40 changed files with 481 additions and 494 deletions
+4 -4
View File
@@ -21,7 +21,7 @@ vector<int> ScreenMiniMenu::s_viLastAnswers;
void PrepareToLoadScreen( const RString &sScreenName ) {}
void FinishedLoadingScreen() {}
/* Settings: */
// Settings:
namespace
{
const MenuDef* g_pMenuDef = NULL;
@@ -65,9 +65,9 @@ void ScreenMiniMenu::BeginScreen()
ScreenOptions::BeginScreen();
/* HACK: An OptionRow exits if a screen is set. ScreenMiniMenu is always pushed, so we
* don't set screens to load. Set a dummy screen, so ScreenOptions::GetNextScreenForSelection
* will know to move on. */
/* HACK: An OptionRow exits if a screen is set. ScreenMiniMenu is always
* pushed, so we don't set screens to load. Set a dummy screen, so
* ScreenOptions::GetNextScreenForSelection will know to move on. */
m_sNextScreen = "xxx";
}