Merge pull request #1523 from Eknous-P/defartist

default author name
This commit is contained in:
tildearrow 2023-10-14 03:43:46 -05:00 committed by GitHub
commit 8f4133d2e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 1 deletions

View file

@ -1618,6 +1618,7 @@ class FurnaceGUI {
String emptyLabel;
String emptyLabel2;
String sdlAudioDriver;
String defaultAuthorName;
DivConfig initialSys;
Settings():
@ -1800,7 +1801,8 @@ class FurnaceGUI {
macroRelLabel("REL"),
emptyLabel("..."),
emptyLabel2(".."),
sdlAudioDriver("") {}
sdlAudioDriver(""),
defaultAuthorName("") {}
} settings;
struct Tutorial {