fixed crash in MsdFile. Also, updated ez2 and SMMAX2 themes to new element names.

This commit is contained in:
Chris Danford
2002-09-15 07:03:32 +00:00
parent 35688cfea5
commit fdb09fc810
6 changed files with 27 additions and 31 deletions
+1 -4
View File
@@ -26,10 +26,7 @@ public:
//returns true if successful, false otherwise
bool ReadFile( CString sFilePath );
char* m_szFileString;
char* m_szValuesAndParams[MAX_VALUES][MAX_PARAMS_PER_VALUE];
CString m_sValuesAndParams[MAX_VALUES][MAX_PARAMS_PER_VALUE];
CString m_sParams[MAX_VALUES][MAX_PARAMS_PER_VALUE];
int m_iNumValues; // tells how many values are valid
int m_iNumParams[MAX_VALUES]; // tells how many params this value has