Fixed bug which prevented the just commited improvement to work :p

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1357 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
cosmosninja 2007-12-14 22:03:37 +00:00
parent 0841db3b6b
commit 143403c3ad

View File

@ -346,7 +346,7 @@ bool WidgetManager::layout()
m_widgets[i].last_preset_scroll_y;
}
const int PREV_SELECTED_WGT_TOKEN = WGT_NONE;
const int PREV_SELECTED_WGT_TOKEN = m_selected_wgt_token;
const int RESULT = layout(m_prev_layout_pos);
if( RESULT == false ) return false;