mirror of
https://github.com/zoriya/ForecastingVillage.git
synced 2026-05-28 17:04:44 +00:00
Cleaning up
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user