summaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.c b/src/game.c
index 41064e4..e5a34be 100644
--- a/src/game.c
+++ b/src/game.c
@@ -66,8 +66,8 @@ void load_map() {
thread_detach(&send_thread);
}
- create_empty_map();
- //load_map_from_file();
+ //create_empty_map();
+ load_map_from_file();
create_objects();
pathfinding_init();