summaryrefslogtreecommitdiff
path: root/src/objects.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2022-12-12 15:31:26 +0100
commit10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch)
tree1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /src/objects.c
parentec3796faff12ba7bf5f775d757ac25834549903d (diff)
networking
Diffstat (limited to 'src/objects.c')
-rw-r--r--src/objects.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/objects.c b/src/objects.c
index efa128b..ae65af2 100644
--- a/src/objects.c
+++ b/src/objects.c
@@ -85,7 +85,4 @@ void create_objects() {
create_box(14, 10, 0);
create_box(13, 10, 0);
create_box(11, 10, 0);
-
- spawn_player(my_id);
- //spawn_player(my_id+1);
} \ No newline at end of file