diff options
author | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 20:29:00 +0100 |
---|---|---|
committer | Rudy Bousset <rbousset@z2r5p6.le-101.fr> | 2020-02-02 20:29:00 +0100 |
commit | b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e (patch) | |
tree | 22581da209cf6e78c962eaeea4093f1156f706b1 /inc | |
parent | It moves (diff) | |
download | 42-cub3d-b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e.tar.gz 42-cub3d-b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e.tar.bz2 42-cub3d-b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e.tar.xz 42-cub3d-b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e.tar.zst 42-cub3d-b7261229b7b83ebeae7384fd1a6d0cc3ee9eb50e.zip |
Cool
Diffstat (limited to '')
-rw-r--r-- | inc/cub3d.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/cub3d.h b/inc/cub3d.h index 8d3b39a..6c9d380 100644 --- a/inc/cub3d.h +++ b/inc/cub3d.h @@ -45,8 +45,8 @@ typedef struct s_win /* ** view_side: ** 1: North -** 2: South -** 3: East +** 2: East +** 3: South ** 4: West */ |