Skip to content

Commit

Permalink
test?
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyTally committed Dec 30, 2023
1 parent 1c2f753 commit a96a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop_version/src/Entity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ void entityclass::createentity(int xp, int yp, int t, int meta1, int meta2, int

if (meta1 == 1) entity.invis = true;

entity.gravity = true;
entity.gravity = false;
break;
}

Expand Down

0 comments on commit a96a322

Please sign in to comment.