diff --git a/.gitignore b/.gitignore index b24d71e..d4c247b 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ Thumbs.db *.mov *.wmv +# c object files +/builds/ + diff --git a/builds/draw_bonus.o b/builds/draw_bonus.o index 39af4e5..8ad4ce9 100644 Binary files a/builds/draw_bonus.o and b/builds/draw_bonus.o differ diff --git a/builds/fdf.o b/builds/fdf.o index 7a0b4ba..4206cd9 100644 Binary files a/builds/fdf.o and b/builds/fdf.o differ diff --git a/builds/keypress_bonus.o b/builds/keypress_bonus.o index c029373..287ac9a 100644 Binary files a/builds/keypress_bonus.o and b/builds/keypress_bonus.o differ diff --git a/builds/modifs.o b/builds/modifs.o index 643e720..ba08140 100644 Binary files a/builds/modifs.o and b/builds/modifs.o differ diff --git a/builds/parse.o b/builds/parse.o index a8535f8..d3a59b9 100644 Binary files a/builds/parse.o and b/builds/parse.o differ diff --git a/fdf b/fdf index 25aab78..ba74edf 100755 Binary files a/fdf and b/fdf differ diff --git a/includes/fdf.h b/includes/fdf.h index fdb53b8..ae2fe36 100644 --- a/includes/fdf.h +++ b/includes/fdf.h @@ -84,7 +84,7 @@ int **parse_map(t_fdf *fdf, int fd); # define COLOR_END 0x00d700 // green // minimum time in milliseconds between two keypress -# define DEBOUNCE_TIME 60 +# define DEBOUNCE_TIME 40 # define ESCAPE 65307 # define UP 65362