File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
goal_src/jak2/pc/progress Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 16231623
16241624(defmethod draw-option ((this menu-unlocked-menu-option) (arg0 progress) (arg1 font-context) (arg2 int) (arg3 symbol ))
16251625 (let ((secrets (memcard-unlocked-secrets? #t))
1626+ (cheats (-> *pc-settings* cheats-unlocked))
16261627 (alpha (* 2.0 (- 0.5 (-> arg0 menu-transition))))
16271628 )
16281629 (if (< alpha 0.0 )
16871688 (print-game-text locked-text arg1 #f 44 (bucket-id progress)))
16881689 )
16891690 (((text-id progress-music-player))
1690- (if (pc-cheats? (-> *pc-settings* cheats) music-player)
1691+ (if (pc-cheats? cheats music-player)
16911692 (print-game-text available-text arg1 #f 44 (bucket-id progress))
16921693 (print-game-text locked-text arg1 #f 44 (bucket-id progress)))
16931694 )
You can’t perform that action at this time.
0 commit comments