- [FIX] No funcionava el suicidi

This commit is contained in:
2023-10-21 17:57:03 +02:00
parent ef93f2c3df
commit 76b440667b

View File

@@ -347,7 +347,7 @@ namespace arounders
void initSuicidi(arounder *a) void initSuicidi(arounder *a)
{ {
a->frame = 0; a->frame = 0;
a->accio = a->prevista = arounders::accions::caminar; a->accio = a->prevista = arounders::accions::suicidi;
procesarSuicidi(a); procesarSuicidi(a);
} }