mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 09:58:09 +01:00
fix: prevent crash due to out-of-bounds when game lags
This commit is contained in:
parent
1d6d97ef25
commit
a18c115ef1
7 changed files with 90 additions and 26 deletions
1
Makefile
1
Makefile
|
|
@ -15,6 +15,7 @@ SOURCEFILES = \
|
|||
src/draw/drawutils.c \
|
||||
src/main.c \
|
||||
src/map/checkers.c \
|
||||
src/map/collision.c \
|
||||
src/map/forbidden_characters.c \
|
||||
src/map/populate_map.c \
|
||||
src/map/setters.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue