Zombies follow the player

This commit is contained in:
2026-05-30 20:36:06 +10:00
parent 7e1c589eab
commit 8502841e89
4 changed files with 24 additions and 3 deletions
+2
View File
@@ -19,6 +19,7 @@
// #include "bytecode_inspector.h"
// #include "bucket_inspector.h"
#include "stack_inspector.h"
//utils
unsigned char* readFile(char* path, int* size) {
@@ -290,6 +291,7 @@ int main() {
freeActorAPI(&vm);
// inspect_bucket(&vm.memoryBucket);
inspect_stack(vm.stack);
Toy_freeVM(&vm);
free(entryCode);