implemented editGoalie

This commit is contained in:
Jonathan Lamothe
2019-11-12 23:48:31 -05:00
parent d1773324d5
commit c24016210c
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ editPlayer = progMode .~ EditPlayer newEditPlayerState
-- | Starts the 'Goalie' editing process
editGoalie :: ProgState -> ProgState
editGoalie = undefined
editGoalie = progMode .~ EditGoalie newEditGoalieState
-- | Adds the entered player to the roster
addPlayer :: ProgState -> ProgState