X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fevents.c;h=13723bfa514da9ff8f78e499946907ad7d4729bd;hb=5ef03dad78a0ee430c749e2697d78f1ca1d19faa;hp=c2548e5f0e065959b917399a795faf078dbbd6b5;hpb=18643936792bd4166fb7aee3d14299a463dc9ef5;p=rocksndiamonds.git diff --git a/src/events.c b/src/events.c index c2548e5f..13723bfa 100644 --- a/src/events.c +++ b/src/events.c @@ -2091,6 +2091,8 @@ void HandleKey(Key key, int key_status) { key_action |= key_info[i].action | JOY_BUTTON_SNAP; key_snap_action |= key_info[i].action; + + tape.property_bits |= TAPE_PROPERTY_TAS_KEYS; } } }