mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-20 18:09:41 +02:00
Difficulty settings now loads correctly.
This commit is contained in:
@@ -1044,11 +1044,9 @@ bool RulesClass::Objects(CCINIClass & ini)
|
|||||||
*=============================================================================================*/
|
*=============================================================================================*/
|
||||||
bool RulesClass::Difficulty(CCINIClass & ini)
|
bool RulesClass::Difficulty(CCINIClass & ini)
|
||||||
{
|
{
|
||||||
#if 0
|
|
||||||
Difficulty_Get(ini, Diff[DIFF_EASY], "Easy");
|
Difficulty_Get(ini, Diff[DIFF_EASY], "Easy");
|
||||||
Difficulty_Get(ini, Diff[DIFF_NORMAL], "Normal");
|
Difficulty_Get(ini, Diff[DIFF_NORMAL], "Normal");
|
||||||
Difficulty_Get(ini, Diff[DIFF_HARD], "Difficult");
|
Difficulty_Get(ini, Diff[DIFF_HARD], "Difficult");
|
||||||
#endif
|
|
||||||
return(true);
|
return(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user