added a third batch of GetChars call to FStrings.
This commit is contained in:
parent
89535b803a
commit
c94c63110e
31 changed files with 216 additions and 217 deletions
|
|
@ -92,14 +92,14 @@ FGameConfigFile::FGameConfigFile ()
|
|||
OkayToWrite = false; // Do not allow saving of the config before DoKeySetup()
|
||||
bModSetup = false;
|
||||
pathname = GetConfigPath (true);
|
||||
ChangePathName (pathname);
|
||||
ChangePathName (pathname.GetChars());
|
||||
LoadConfigFile ();
|
||||
|
||||
// If zdoom.ini was read from the program directory, switch
|
||||
// to the user directory now. If it was read from the user
|
||||
// directory, this effectively does nothing.
|
||||
pathname = GetConfigPath (false);
|
||||
ChangePathName (pathname);
|
||||
ChangePathName (pathname.GetChars());
|
||||
|
||||
// Set default IWAD search paths if none present
|
||||
if (!SetSection ("IWADSearch.Directories"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue