TAS: Show all script lengths for multiplayer

This commit is contained in:
MonsterDruide1
2022-01-21 19:21:47 +01:00
parent 5bcbb8de45
commit 115bf20448
4 changed files with 38 additions and 7 deletions

View File

@ -124,7 +124,7 @@ public:
* Current playback progress ;
* Total length of script file currently loaded or being recorded
*/
std::tuple<TasState, size_t, size_t> GetStatus() const;
std::tuple<TasState, size_t, std::array<size_t, PLAYER_NUMBER>> GetStatus() const;
private:
enum class TasAxis : u8;