removed cpsConfirmed from CreatePlayerStatus

This commit is contained in:
Jonathan Lamothe
2019-09-10 16:07:46 -04:00
parent fde8965b06
commit 06a762cfdc
2 changed files with 1 additions and 6 deletions

View File

@@ -57,8 +57,7 @@ dispatch s = case s^.progMode of
| null $ cps^.cpsNumber -> getPlayerNumC
| null $ cps^.cpsName -> getPlayerNameC
| null $ cps^.cpsPosition -> getPlayerPosC
| not $ cps^.cpsConfirmed -> confirmCreatePlayerC
| otherwise -> undefined
| otherwise -> confirmCreatePlayerC
mainMenuC :: Controller
mainMenuC = Controller