default author name

This commit is contained in:
Eknous-P 2023-10-11 18:16:46 +04:00
parent 219665ed60
commit b16a562aeb
3 changed files with 7 additions and 1 deletions

View file

@ -545,6 +545,7 @@ void DivEngine::initSongWithDesc(const char* description, bool inBase64, bool ol
// extra attributes
song.subsong[0]->hz=c.getDouble("tickRate",60.0);
song.author=getConfString("defaultAuthorName","");
}
void DivEngine::createNew(const char* description, String sysName, bool inBase64) {