Cleanup
This commit is contained in:
@@ -3,9 +3,4 @@ import Dodge.LevelGen.Data
|
||||
import Geometry
|
||||
|
||||
extractRoomPos :: RoomPos -> (Point2,Float)
|
||||
extractRoomPos rp = case rp of
|
||||
UsedOutLink _ p a -> (p,a)
|
||||
UsedInLink _ p a -> (p,a)
|
||||
UnusedLink p a -> (p,a)
|
||||
PosPl p a -> (p,a)
|
||||
LabPos _ rp' -> extractRoomPos rp'
|
||||
extractRoomPos rp = (_rpPos rp,_rpDir rp)
|
||||
|
||||
Reference in New Issue
Block a user