summary refs log tree commit diff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c5f8359..41c239b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -416,6 +416,7 @@ int main(int const argc, char *const *const argv) {
 				perror(save_file_name);
 				goto end;
 			}
+			player_new(&next_entities);
 			player_property(next_entities.player, "x", "40");
 			player_property(next_entities.player, "y", "64");
 			game_load_level("untitled");