lavat

Un fork de lavat pour pouvoir y ajouter des titres - retour accueil

git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |

commit 665d008d1687cc48d183c5cb006a6aff281de57d
parent 6f7716074eac1004c62d063d24cfed892a65c093
Auteurice: AngelJumbo <anarjumb@gmail.com>
Date:   Tue, 18 Oct 2022 17:53:28 -0500

Revert changes

Diffstat:
Mlavat.c | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lavat.c b/lavat.c @@ -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;