Skip to content

Commit

Permalink
Remove unnecessary int cast
Browse files Browse the repository at this point in the history
  • Loading branch information
hatkirby committed Jun 17, 2024
1 parent 9ab992a commit 475250c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/ladx/LADXR/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def gen_hint():
# Add new conveyor to "push" yoshi (it's only a visual)
room_editor.objects.append(Object(5, 3, 0xD0))

if int(world.options.trendy_game) >= TrendyGame.option_harder:
if world.options.trendy_game >= TrendyGame.option_harder:
"""
Data_004_76A0::
db $FC, $00, $04, $00, $00
Expand Down

0 comments on commit 475250c

Please sign in to comment.