diff options
Diffstat (limited to 'src/base/shot.h')
| -rw-r--r-- | src/base/shot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/shot.h b/src/base/shot.h index d279c02..189cf52 100644 --- a/src/base/shot.h +++ b/src/base/shot.h @@ -34,6 +34,7 @@ typedef struct shot_struct int author_id; bool_t isCanKillAuthor; + bool_t del; #ifndef PUBLIC_SERVER image_t *img; |