mirror of
https://github.com/AngelJumbo/lavat.git
synced 2024-11-16 12:46:39 +00:00
Revert changes
This commit is contained in:
parent
1f6b5ebf65
commit
751ec221e7
6
lavat.c
6
lavat.c
@ -49,9 +49,9 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
char *custom2 = custom;
|
char *custom2 = custom;
|
||||||
|
|
||||||
if (strlen(custom) > 1 && rim) {
|
// if (strlen(custom) > 1 && rim) {
|
||||||
custom2 = custom + 1;
|
// custom2 = custom + 1;
|
||||||
}
|
// }
|
||||||
|
|
||||||
for (int i = 0; i < nballs; i++) {
|
for (int i = 0; i < nballs; i++) {
|
||||||
balls[i].x = rand() % maxX;
|
balls[i].x = rand() % maxX;
|
||||||
|
Loading…
Reference in New Issue
Block a user