1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-11-21 15:44:24 +00:00

Revert "Allow unknown slopes"

This reverts commit df903a904a.
This commit is contained in:
Steffo 2019-08-21 13:50:01 +02:00
parent 840269088c
commit aab014f2ed

View file

@ -12,8 +12,6 @@ class Shape(enum.IntEnum):
TOP_LEFT_SLOPE = 3
BOTTOM_RIGHT_SLOPE = 4
BOTTOM_LEFT_SLOPE = 5
UNKNOWN_6 = 6
UNKNOWN_7 = 7
@classmethod
def from_flags(cls, flags2):