Fixed the replay system's interaction with secret inputs

This commit is contained in:
Ishaan Bhardwaj
2021-12-09 23:00:20 -05:00
parent 06225bd35a
commit d4360b3662
4 changed files with 5 additions and 6 deletions

View File

@@ -170,8 +170,7 @@ function ReplaySelectScene:onInputPress(e)
scene = ReplayScene(
replays[self.menu_state.replay],
mode,
rules,
replays[self.menu_state.replay]["secret_inputs"]
rules
)
elseif e.input == "up" or e.scancode == "up" then
self:changeOption(-1)