Revert changes

This commit is contained in:
AngelJumbo 2022-10-18 17:53:28 -05:00
parent 6f7716074e
commit 665d008d16

View File

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