mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-23 08:39:56 -04:00
Match daNpc_Bs1_c::CreateInit and cLib_minMaxLimit inline
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user