diff options
Diffstat (limited to 'src/base/shot.c')
| -rw-r--r-- | src/base/shot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/shot.c b/src/base/shot.c index 5e95a8e..463796a 100644 --- a/src/base/shot.c +++ b/src/base/shot.c @@ -80,6 +80,7 @@ shot_t* newShot(int x,int y, int px, int py, int gun, int author_id) } new->isCanKillAuthor = FALSE; + new->del = FALSE; switch( gun ) { |