From 5c22e9e7356bbe0c1f6cfd638e6656a99212d0cc Mon Sep 17 00:00:00 2001 From: aortigos Date: Mon, 29 Sep 2025 07:04:57 +0200 Subject: [PATCH] randomChump changed to stack --- ex00/Zombie/randomChump.cpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/ex00/Zombie/randomChump.cpp b/ex00/Zombie/randomChump.cpp index 8081d45..6d87f0b 100644 --- a/ex00/Zombie/randomChump.cpp +++ b/ex00/Zombie/randomChump.cpp @@ -6,7 +6,7 @@ /* By: aortigos announce(); - - delete (z); + z.announce(); }