Local input function

This commit is contained in:
2017-12-13 20:12:16 +01:00
parent edde2c0aec
commit e06f0412ac
3 changed files with 26 additions and 7 deletions

View File

@@ -48,6 +48,6 @@ const char *lookupSounds(char input) {
}
}
return "false";
return "";
}