mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
WIP
This commit is contained in:
parent
f4c124ea86
commit
ad106e4a67
@ -890,7 +890,7 @@ MxResult LegoPathController::FUN_10048310(
|
|||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p_grec->size() != 0) {
|
if (p_grec->size() > 0) {
|
||||||
LegoPathCtrlEdge* edge = p_grec->front().m_edge;
|
LegoPathCtrlEdge* edge = p_grec->front().m_edge;
|
||||||
|
|
||||||
if (edge->FUN_10048c40(p_oldPosition)) {
|
if (edge->FUN_10048c40(p_oldPosition)) {
|
||||||
@ -898,7 +898,7 @@ MxResult LegoPathController::FUN_10048310(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (p_grec->size() != 0) {
|
if (p_grec->size() > 0) {
|
||||||
LegoPathCtrlEdge* edge = p_grec->back().m_edge;
|
LegoPathCtrlEdge* edge = p_grec->back().m_edge;
|
||||||
|
|
||||||
if (edge->FUN_10048c40(p_newPosition)) {
|
if (edge->FUN_10048c40(p_newPosition)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user