Skip to content

Commit

Permalink
Add elem.PROP_BLACK back for compat
Browse files Browse the repository at this point in the history
Of course it still does nothing.
  • Loading branch information
LBPHacker committed Apr 13, 2024
1 parent 3edb8c4 commit 73daf67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lua/luascripts/compat.lua
Expand Up @@ -9,6 +9,7 @@ elem.FLAG_MOVABLE = sim.FLAG_MOVABLE
elem.FLAG_PHOTDECO = sim.FLAG_PHOTDECO
elem.FLAG_SKIPMOVE = sim.FLAG_SKIPMOVE
elem.FLAG_STAGNANT = sim.FLAG_STAGNANT
elem.PROP_BLACK = 0
elem.PROP_DRAWONCTYPE = 0
elem.ST_GAS = 0
elem.ST_LIQUID = 0
Expand Down

0 comments on commit 73daf67

Please sign in to comment.