mirror of
https://github.com/zeldaret/tp
synced 2026-06-13 14:06:51 -04:00
kankyo mostly done (#2269)
* work on kankyo * some more kankyo work * kankyo almost done * kankyo mostly done * first cleanup pass * some more renaming * rename a bunch of kankyo vars * fix regression
This commit is contained in:
@@ -1180,8 +1180,8 @@ int daObjMovebox::Act_c::Execute(Mtx** param_0) {
|
||||
|
||||
mBgc.proc_vertical(this);
|
||||
if (mBgc.field_0x5c >= 0) {
|
||||
tevStr.mRoomNo = current.roomNo;
|
||||
tevStr.mEnvrIdxOverride = dComIfG_Bgsp().GetPolyColor(mBgc.M_gnd_work[mBgc.field_0x5c]);
|
||||
tevStr.room_no = current.roomNo;
|
||||
tevStr.YukaCol = dComIfG_Bgsp().GetPolyColor(mBgc.M_gnd_work[mBgc.field_0x5c]);
|
||||
}
|
||||
|
||||
if (field_0x8fc > 0) {
|
||||
|
||||
Reference in New Issue
Block a user