diff --git a/map.c b/map.c
index 1970784a859ca58736423ab8b1155995dea1c0b3..9a2e66e5ee3765d6ad84cf9f2c3f9c3a972a68af 100644
--- a/map.c
+++ b/map.c
@@ -34,7 +34,7 @@ struct LinkedList* init_map(enum vehicle theme){
     n->next = m;
     n = m;
 
-    for(int i = 0;i<10000;i++){
+    for(int i = 0;i<10;i++){
 
         struct Row *m;