Move selection list offset into option screen data structure
This commit is contained in:
@@ -55,7 +55,6 @@ defaultSelectionList = SelectionList
|
||||
, _slScale = 1
|
||||
, _slPosX = 0
|
||||
, _slPosY = 0
|
||||
, _slOffset = 0
|
||||
, _slItems = []
|
||||
, _slShownItems = []
|
||||
, _slSelPos = Nothing
|
||||
@@ -71,7 +70,6 @@ subInvSelectionList = SelectionList
|
||||
, _slScale = 1
|
||||
, _slPosX = subInvX
|
||||
, _slPosY = 60
|
||||
, _slOffset = 0
|
||||
, _slItems = []
|
||||
, _slShownItems = []
|
||||
, _slSelPos = Nothing
|
||||
|
||||
Reference in New Issue
Block a user