Fixing the random segfault and adding attacks to the boss

This commit is contained in:
Anonymus Raccoon
2020-05-02 20:56:24 +02:00
parent 57c2c3eb45
commit 3e4688f9a2
7 changed files with 67 additions and 5 deletions
-1
View File
@@ -14,7 +14,6 @@
struct combat_holder
{
gc_component base;
char *name;
};
extern const struct combat_holder combat_holder;