This commit is contained in:
AngelJumbo 2022-10-18 17:58:06 -05:00
parent 665d008d16
commit df02cad6cc
1 changed files with 3 additions and 3 deletions

View File

@ -49,9 +49,9 @@ int main(int argc, char *argv[]) {
char *custom2 = custom;
// if (strlen(custom) > 1 && rim) {
// custom2 = custom + 1;
// }
if (custom && strlen(custom) > 1 && rim) {
custom2 = custom + 1;
}
for (int i = 0; i < nballs; i++) {
balls[i].x = rand() % maxX;