mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 19:55:58 -04:00
Misc fixes
This commit is contained in:
@@ -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