Cleaning up

This commit is contained in:
Anonymus Raccoon
2020-05-03 15:27:43 +02:00
parent 9a6f3e7730
commit 547a5e75fb
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ SRC = src/main.c \
src/npc/mage.c \
src/combat/boss.c \
src/components/particule_component.c \
src/systems/particule_system.c
src/systems/particule_system.c \
src/systems/combat_utility.c
OBJ = $(SRC:%.c=%.o)
+1
View File
@@ -58,6 +58,7 @@ static void combat_ended(gc_engine *engine, va_list args)
if (!xp)
return;
xp_add(xp, engine, 10);
(void)enemy;
}
static void ctr(void *system, va_list list)