Skip to content

Commit

Permalink
Merge pull request #737 from lethal-guitar/fix-laser-turret
Browse files Browse the repository at this point in the history
Fix laser turret being destructible with regular shot after quick load
  • Loading branch information
lethal-guitar authored Aug 23, 2021
2 parents ab2da54 + 0344ddb commit 902562f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game_logic/world_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ void copyAllComponents(entityx::Entity from, entityx::Entity to)
copyComponentIfPresent<CollectableItem>(from, to);
copyComponentIfPresent<CollectableItemForCheat>(from, to);
copyComponentIfPresent<CollidedWithWorld>(from, to);
copyComponentIfPresent<CustomDamageApplication>(from, to);
copyComponentIfPresent<DamageInflicting>(from, to);
copyComponentIfPresent<DestructionEffects>(from, to);
copyComponentIfPresent<DrawTopMost>(from, to);
Expand Down

0 comments on commit 902562f

Please sign in to comment.