summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map.c b/src/map.c
index 8352b80..05c4862 100644
--- a/src/map.c
+++ b/src/map.c
@@ -7,13 +7,13 @@
#include <stddef.h>
extern const Tiled2cMap embed_game_tmj;
-extern const Tiled2cMap embed_grablmao_tmj;
-extern const Tiled2cMap embed_pizzeria_tmj;
-extern const Tiled2cMap embed_banger_tmj;
-extern const Tiled2cMap embed_end_tmj;
+extern const Tiled2cMap embed_game2_tmj;
+extern const Tiled2cMap embed_game3_tmj;
+extern const Tiled2cMap embed_game4_tmj;
static const Tiled2cMap *const maps[] = {
&embed_game_tmj,
+ &embed_game2_tmj,
NULL
};
static unsigned int map_id;