diff options
author | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-02-14 21:00:02 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r4p1.le-101.fr> | 2020-02-14 21:00:02 +0100 |
commit | a95f7c219961b16be72febd645191e5a0d4aad4d (patch) | |
tree | a3a49e80b550742e4f9c5fe890bb6ef76ad2486e /inc/cub3d_structs.h | |
parent | New define .h (diff) | |
download | 42-cub3d-a95f7c219961b16be72febd645191e5a0d4aad4d.tar.gz 42-cub3d-a95f7c219961b16be72febd645191e5a0d4aad4d.tar.bz2 42-cub3d-a95f7c219961b16be72febd645191e5a0d4aad4d.tar.xz 42-cub3d-a95f7c219961b16be72febd645191e5a0d4aad4d.tar.zst 42-cub3d-a95f7c219961b16be72febd645191e5a0d4aad4d.zip |
Good player spawn view for N and S, minimap bot left StarCraft style
Diffstat (limited to 'inc/cub3d_structs.h')
-rw-r--r-- | inc/cub3d_structs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h index 9dae0be..eee6188 100644 --- a/inc/cub3d_structs.h +++ b/inc/cub3d_structs.h @@ -55,7 +55,6 @@ typedef struct s_player { float pos_x; float pos_y; - float view_side; float dir_x; float dir_y; float cam_x; |