mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 05:58:59 -04:00
Misc fixes
This commit is contained in:
@@ -274,7 +274,7 @@ void daArrow_c::arrowShooting() {
|
||||
setArrowShootSe();
|
||||
|
||||
if (mArrowType == TYPE_LIGHT && !mbShotByZelda) {
|
||||
if (strcmp(dComIfGp_getStartStageName(), "GanonK") != 0) {
|
||||
if (strcmp(dComIfGp_getStartStageName(), "GanonK") != 0) {
|
||||
// Not in Puppet Ganon's boss room.
|
||||
mCps.SetAtSpl((dCcG_At_Spl)0xB);
|
||||
}
|
||||
|
||||
@@ -558,8 +558,8 @@ namespace daObjMovebox {
|
||||
} else {
|
||||
numPnts = 4;
|
||||
}
|
||||
if (numPnts > mPath->mNum) {
|
||||
numPnts = mPath->mNum;
|
||||
if (numPnts > mPath->m_num) {
|
||||
numPnts = mPath->m_num;
|
||||
}
|
||||
|
||||
s32 pntIdx;
|
||||
|
||||
Reference in New Issue
Block a user