zladx/LADX-Disassembly

Clarify the relation between hMusicTrack, hNextMusicTrack and wActiveMusicTrack

Open

#232 建立於 2020年5月12日

在 GitHub 查看
 (8 留言) (0 反應) (0 負責人)Assembly (89 fork)github user discovery
audiohelp wanted

倉庫指標

Star
 (886 star)
PR 合併指標
 (PR 指標待抓取)

描述

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).

貢獻者指南