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, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f86ed0b..c10657a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -410,7 +410,6 @@ int main(int const argc, char *const *const argv) {
 		
 		particle_tex = res_get_texture("particles").data;
 
-		player_new(&next_entities);
 		FILE *file = fopen(save_file_name, "rb");
 		if (file == NULL) {
 			if (errno != ENOENT) {