summaryrefslogtreecommitdiff
path: root/include/d/com
diff options
context:
space:
mode:
authorJcw87 <Jcw87@users.noreply.github.com>2023-10-10 13:40:37 -0700
committerGitHub <noreply@github.com>2023-10-10 23:40:37 +0300
commit3fa422caac37ca8777c57d8451cdf889a1d850d2 (patch)
tree4bf9fe0501b03a7743cff28970def131e6ebf0e2 /include/d/com
parenta64921a5196c1bff0f2a2d1a697db0fa1b882f6e (diff)
m_Do_ext (#1958)
Diffstat (limited to 'include/d/com')
-rw-r--r--include/d/com/d_com_inf_game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/d/com/d_com_inf_game.h b/include/d/com/d_com_inf_game.h
index fc30720ddc..c24fda060e 100644
--- a/include/d/com/d_com_inf_game.h
+++ b/include/d/com/d_com_inf_game.h
@@ -3552,6 +3552,11 @@ inline void dComIfGd_setListIndScreen() {
g_dComIfG_gameInfo.drawlist.setXluListP0();
}
+inline void dComIfGd_setListZxlu() {
+ g_dComIfG_gameInfo.drawlist.setOpaListZxlu();
+ g_dComIfG_gameInfo.drawlist.setXluListZxlu();
+}
+
inline J3DDrawBuffer* dComIfGd_getOpaListBG() {
return g_dComIfG_gameInfo.drawlist.getOpaListBG();
}