Codechange: replace char* with C++ style strings

This commit is contained in:
Rubidium
2025-04-29 22:34:20 +02:00
committed by rubidium42
parent 356b0159c7
commit 708e6a512d
20 changed files with 45 additions and 57 deletions

View File

@@ -124,16 +124,6 @@ uint BaseSettingEntry::Draw(GameSettings *settings_ptr, int left, int right, int
/* == SettingEntry methods == */
/**
* Constructor for a single setting in the 'advanced settings' window
* @param name Name of the setting in the setting table
*/
SettingEntry::SettingEntry(const char *name)
{
this->name = name;
this->setting = nullptr;
}
/**
* Initialization of a setting entry
* @param level Page nesting level of this entry