feat: load zombie sprites from map

This commit is contained in:
Khaïs COLIN 2025-08-18 13:21:52 +02:00
parent 8445f240a2
commit 5242679d95
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
7 changed files with 92 additions and 17 deletions

View file

@ -6,7 +6,7 @@
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/07/17 14:18:13 by kcolin #+# #+# */
/* Updated: 2025/08/12 16:18:08 by tchampio ### ########.fr */
/* Updated: 2025/08/18 13:46:15 by kcolin ### ########.fr */
/* */
/* ************************************************************************** */
@ -23,7 +23,7 @@
*/
bool has_forbidden_characters(char *line)
{
static const char *allowedchars = " 10NSEWMQJD\n";
static const char *allowedchars = " 10NSEWMQJDz\n";
size_t strsize;
int i;