This commit is contained in:
Axel Kohlmeyer
2020-12-12 23:43:11 -05:00
parent fd37abd649
commit b53f37a9ac

View File

@ -185,7 +185,7 @@ void Universe::add_world(char *str)
nper = atoi(part.c_str());
} else {
n = atoi(part.substr(0,found).c_str());
nper = atoi(part.substr(found-1).c_str());\
nper = atoi(part.substr(found+1).c_str());
}
}