mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
use inlines in more places
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user