mirror of
https://github.com/AngelJumbo/lavat.git
synced 2024-11-16 12:46:39 +00:00
Bug fix
This commit is contained in:
parent
751ec221e7
commit
7ee3cde487
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 (custom && 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