added saving special tape properties
[rocksndiamonds.git] / src / events.c
index c2548e5f0e065959b917399a795faf078dbbd6b5..13723bfa514da9ff8f78e499946907ad7d4729bd 100644 (file)
@@ -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;
          }
        }
       }