default author name
This commit is contained in:
parent
219665ed60
commit
b16a562aeb
3 changed files with 7 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue