Skip to content

Commit

Permalink
thecl: fix has_numeric_difficulites for <th10
Browse files Browse the repository at this point in the history
Fixes #117
  • Loading branch information
Priw8 committed Sep 21, 2023
1 parent 221027d commit 5ea079b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions thecl/thecl06.c
Original file line number Diff line number Diff line change
Expand Up @@ -1353,6 +1353,7 @@ th06_parse(
state.uses_numbered_subs = true;
state.has_overdrive_difficulty = false;
state.uses_stack_offsets = false;
state.has_numeric_difficulties = false;
list_init(&state.expressions);
list_init(&state.block_stack);
list_init(&state.global_definitions);
Expand Down

0 comments on commit 5ea079b

Please sign in to comment.