fix: prevent crash due to out-of-bounds when game lags

This commit is contained in:
Khaïs COLIN 2025-08-06 11:24:15 +02:00
parent 1d6d97ef25
commit a18c115ef1
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 90 additions and 26 deletions

View file

@ -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 \