don't calculate NextScreen until options have been exported

This commit is contained in:
Chris Danford
2005-03-17 17:54:46 +00:00
parent 1f112ae2ca
commit e76b50d499
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ public:
protected:
int m_iChangeMask;
CString m_sNextScreen;
CString m_sExportedNextScreen; // from an OptionRowHandler
vector<OptionRowHandler*> OptionRowHandlers;