mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Add drawlist inlines
This commit is contained in:
+4
-4
@@ -76,9 +76,9 @@ static void setToonTex(J3DModelData* pModel) {
|
||||
const char * pName = pTextureName->getName(i);
|
||||
if (pName[0] == 'Z') {
|
||||
if (pName[1] == 'A')
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::mToonImage);
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::getToonImage());
|
||||
else if (pName[1] == 'B')
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::mToonExImage);
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::getToonExImage());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,9 +120,9 @@ static void setToonTex(J3DMaterialTable* pMaterialTable) {
|
||||
const char * pName = pTextureName->getName(i);
|
||||
if (pName[0] == 'Z') {
|
||||
if (pName[1] == 'A')
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::mToonImage);
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::getToonImage());
|
||||
else if (pName[1] == 'B')
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::mToonExImage);
|
||||
pTexture->setResTIMG(i, *dDlst_list_c::getToonExImage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user