zladx/LADX-Disassembly

Clarify the relation between hMusicTrack, hNextMusicTrack and wActiveMusicTrack

Open

#232 aberto em 12 de mai. de 2020

Ver no GitHub
 (8 comments) (0 reactions) (0 assignees)Assembly (89 forks)github user discovery
audiohelp wanted

Métricas do repositório

Stars
 (886 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

There are several variables controlling the music track playback:

  • hMusicTrack,
  • hNextMusicTrack,
  • wActiveMusicTrack

These variables are often used together, but seem to have subtle differences (like one of these seems to have immediate effect, and another to store the track to be played after a transition).

We should understand better what these variables do (and maybe rename some of them accordingly).

Guia do colaborador