Add elem.PROP_BLACK back for compat
Of course it still does nothing.
This commit is contained in:
parent
3edb8c4233
commit
73daf67c34
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user