summaryrefslogtreecommitdiff
path: root/src/entitytag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entitytag.h')
-rw-r--r--src/entitytag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entitytag.h b/src/entitytag.h
index dcbad2d..154023c 100644
--- a/src/entitytag.h
+++ b/src/entitytag.h
@@ -3,7 +3,7 @@
typedef struct {
const char *name;
- Entity *(*init)(Entity *this, int x, int y);
+ void (*init)(Entity *this, int x, int y);
} EntityTag;
extern unsigned int num_entitytags;