diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2022-12-12 15:31:26 +0100 |
| commit | 10ae402862df4337772fe8e35f68ee8ab5bfc224 (patch) | |
| tree | 1ac5fda82a2dd01f7f5ffdc2b337947c569afc15 /src/objects.c | |
| parent | ec3796faff12ba7bf5f775d757ac25834549903d (diff) | |
networking
Diffstat (limited to 'src/objects.c')
| -rw-r--r-- | src/objects.c | 3 |
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 |
