most of JHostIO / m_Do_hostIO done (#2288)

This commit is contained in:
TakaRikka
2025-01-19 21:05:53 -08:00
committed by GitHub
parent 7137f49bfc
commit e0824a1590
41 changed files with 3653 additions and 52 deletions
+1 -1
View File
@@ -1393,7 +1393,7 @@ void dMsgObject_c::talkStartInit() {
mpScrnDraw = pData;
break;
case 7:
pData = new dMsgScrnStaff_c(((jmessage_tReference*)mpRenProc->getReference())->getArrange())
pData = new dMsgScrnStaff_c(((jmessage_tReference*)mpRenProc->getReference())->getArrange());
JUT_ASSERT(3083, pData != 0);
mpScrnDraw = pData;
break;