all repos — hyperkaos @ a2a4722f33c8c5ea7375bd5eafaf6546d8f0e015

lightweight modular puzzle/adventure game engine in C with SDL 1.2

Merge branch 'master' of https://gitlab.com/nilix/hyperkaos
Iris Lightshard nilix@nilfm.cc
commit

a2a4722f33c8c5ea7375bd5eafaf6546d8f0e015

parent

9c9f87fa14fa72e9398b87048829092fa475cb45

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M HyperKaos.cHyperKaos.c

@@ -39,7 +39,6 @@ void cleanHyperKaos(HyperKaos* self)

{ Kaos* here = self->head; Kaos* next; - savestate *= self->kaosID; if (self->head == NULL) return; else

@@ -53,6 +52,7 @@ if (here != NULL)

next = here->next; } } + self->head = NULL; } void addKaos(HyperKaos* self, Kaos* target)