mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-20 07:01:27 +02:00
Include "1" in the list of "true-strings" on the command line
This commit is contained in:
@@ -728,6 +728,7 @@ int main(int argc, char * argv[])
|
||||
str == "on" ||
|
||||
str == "yes" ||
|
||||
str == "y" ||
|
||||
str == "1" ||
|
||||
str == ""; // standalone "redirect" or "disable-bluescreen" or similar arguments
|
||||
};
|
||||
auto true_arg = [&true_string](Argument arg) {
|
||||
|
Reference in New Issue
Block a user