muffin v6.15
This commit is contained in:
parent
344451fa8e
commit
7413877064
21 changed files with 131 additions and 125 deletions
|
@ -215,7 +215,7 @@ internal sealed class CommandHandler : IDisposable
|
|||
List<string> list3 = new List<string>();
|
||||
ExcelSheet<ChocoboTaxiStand> excelSheet = _dataManager.GetExcelSheet<ChocoboTaxiStand>();
|
||||
UIState* ptr = UIState.Instance();
|
||||
for (byte b2 = 0; b2 < ptr->ChocoboTaxiStandsBitmask.Length * 8; b2++)
|
||||
for (byte b2 = 0; b2 < ptr->UnlockedChocoboTaxiStandsBitmask.Length * 8; b2++)
|
||||
{
|
||||
if (ptr->IsChocoboTaxiStandUnlocked(b2))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue