Merge pull request #3651 from makotech222/cwcheat

Fix Reloading cheats
This commit is contained in:
Henrik Rydgård 2013-09-06 00:28:01 -07:00
commit ba80fea487

View File

@ -66,6 +66,7 @@ void CwCheatScreen::CreateViews() {
I18NCategory *k = GetI18NCategory("CwCheats");
I18NCategory *d = GetI18NCategory("Dialog");
formattedList = CreateCodeList();
g_Config.bReloadCheats = true;
root_ = new LinearLayout(ORIENT_HORIZONTAL);
Margins actionMenuMargins(50, -15, 15, 0);