diff --git a/src/main.c b/src/main.c index 8b81139..77d08fa 100644 --- a/src/main.c +++ b/src/main.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include "SDL/SDL.h" @@ -19,6 +20,7 @@ int main() { struct s_game ga; + srand(time(NULL)); start: init_game(&ga);