Skip to content

Commit

Permalink
Fix setting undefined variable '%last_voice_play_time'
Browse files Browse the repository at this point in the history
  • Loading branch information
drojf committed Aug 28, 2021
1 parent bb993d5 commit b4fb1f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 0.utf
Original file line number Diff line number Diff line change
Expand Up @@ -319093,15 +319093,13 @@ return
getparam %witchh7,$witchh11
if %cur_language == 1 jumpf
_dwave %witchh7,$witchh11
gettimer %last_voice_play_time
~
return

*dwave_jp
getparam %witchh7,$witchh11
if %cur_language == 0 jumpf
_dwave %witchh7,$witchh11
gettimer %last_voice_play_time
~
return

Expand Down

0 comments on commit b4fb1f0

Please sign in to comment.