diff --git a/.gitignore b/.gitignore index a686673..9725e92 100644 --- a/.gitignore +++ b/.gitignore @@ -49,5 +49,6 @@ Thumbs.db *.wmv # c object files -/builds/* +*.o +fdf diff --git a/builds/draw_bonus.o b/builds/draw_bonus.o index 8ad4ce9..69c22e3 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 4206cd9..858b183 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 287ac9a..c48d85f 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 ba08140..534126f 100644 Binary files a/builds/modifs.o and b/builds/modifs.o differ diff --git a/builds/parse.o b/builds/parse.o index d3a59b9..0f28926 100644 Binary files a/builds/parse.o and b/builds/parse.o differ diff --git a/fdf b/fdf index ba74edf..e24d73d 100755 Binary files a/fdf and b/fdf differ diff --git a/includes/fdf.h b/includes/fdf.h index ae2fe36..3310eb7 100644 --- a/includes/fdf.h +++ b/includes/fdf.h @@ -79,9 +79,9 @@ int **parse_map(t_fdf *fdf, int fd); // color for altitude # define COLOR_START 0xffffff /* -# define COLOR_END 0x1423e6 // blue -*/ # define COLOR_END 0x00d700 // green +*/ +# define COLOR_END 0x1423e6 // blue // minimum time in milliseconds between two keypress # define DEBOUNCE_TIME 40