summaryrefslogtreecommitdiff
path: root/src/deathpart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deathpart.h')
-rw-r--r--src/deathpart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deathpart.h b/src/deathpart.h
index dab4dcb..e62b8ef 100644
--- a/src/deathpart.h
+++ b/src/deathpart.h
@@ -1,7 +1,7 @@
#pragma once
typedef struct {
- int _;
+ int skip;
} DeathPart;
struct Entity;