Match daNpc_Bs1_c::CreateInit and cLib_minMaxLimit inline

This commit is contained in:
LagoLunatic
2024-07-19 13:17:43 -04:00
parent 66dfae2571
commit 287bdab653
4 changed files with 6 additions and 21 deletions
+1 -1
View File
@@ -1596,7 +1596,7 @@ BOOL daNpc_Bs1_c::CreateInit() {
mShopIndex = 6;
}
mShopIndex = cLib_minMaxLimit<int>(mShopIndex, 0, 7);
mShopIndex = cLib_minMaxLimit<s8>(mShopIndex, 0, 7);
mShopCamAction.setCamDataIdx(mShopIndex);
mShopItems.setItemDataIdx(mShopIndex);