Fix Reloading cheats

This commit is contained in:
Steven Cherry 2013-09-05 17:36:14 -05:00
parent 515874c147
commit 46ba12cc85

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);