From 76b440667bac04eb569a929b91e90d1f80e7aafc Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Sat, 21 Oct 2023 17:57:03 +0200 Subject: [PATCH] - [FIX] No funcionava el suicidi --- source/proc_arounders.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/proc_arounders.cpp b/source/proc_arounders.cpp index 0b3d97e..c2a7faf 100644 --- a/source/proc_arounders.cpp +++ b/source/proc_arounders.cpp @@ -347,7 +347,7 @@ namespace arounders void initSuicidi(arounder *a) { a->frame = 0; - a->accio = a->prevista = arounders::accions::caminar; + a->accio = a->prevista = arounders::accions::suicidi; procesarSuicidi(a); }