From effc1a3b86df640d31fff0258d12a94ec0e2181e Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 2 Mar 2021 15:34:56 +0300 Subject: The DOORS! --- src/body.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/body.h') diff --git a/src/body.h b/src/body.h index ed72a26..33cab2f 100644 --- a/src/body.h +++ b/src/body.h @@ -23,6 +23,7 @@ typedef struct tt_body { int collision_act; char *msg; int msglen; + int isdoor; } tt_body; -- cgit v1.2.3