summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/map.c b/src/map.c
index 0e96f8c..0bd668d 100644
--- a/src/map.c
+++ b/src/map.c
@@ -2,17 +2,19 @@
#include "lzy.h"
#include "cfg.h"
#include "nuancierdesaut.h"
+#include "trailblazer.h"
#include "weallstartsomewhere.h"
#include "wakywakysnakysnake.h"
-#include "idkwymlol.h"
+#include "idkwymmdr.h"
#include <stddef.h>
#define LOL(x) (unsigned char *)(x)
unsigned char *maps[] = {
map_nuancierdesaut_json.data, LOL("nuancier de saut"),
+ map_trailblazer_json.data, LOL("trailblazer"),
map_weallstartsomewhere_json.data, LOL("we all start somewhere"),
map_wakywakysnakysnake_json.data, LOL("waky waky snaky snake"),
- map_idkwymlol_json.data, LOL("idk wym lol"),
+ map_idkwymmdr_json.data, LOL("idk wym mdr"),
NULL
};
unsigned int map_id = 0;