use inlines in more places

This commit is contained in:
LagoLunatic
2023-12-20 19:04:01 -05:00
parent a072429e6a
commit fa5fb18d3c
32 changed files with 128 additions and 107 deletions
+2
View File
@@ -307,6 +307,8 @@ int dScnPly_Draw(dScnPly_ply_c* i_this) {
if (dComIfGp_getGrass() != NULL || dComIfGp_getTree() != NULL ||
dComIfGp_getWood() != NULL || dComIfGp_getFlower() != NULL || dKyr_poison_live_check())
{
// using the inline breaks the match
// dComIfG_Ccsp()->PrepareMass();
g_dComIfG_gameInfo.play.mCcS.PrepareMass();
}