mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
Don't exit car build automatically in 1.0
This commit is contained in:
parent
1e2b37b9de
commit
f5f44a8c39
@ -488,7 +488,7 @@ void LegoCarBuild::FUN_100236d0()
|
|||||||
m_unk0x110 = NULL;
|
m_unk0x110 = NULL;
|
||||||
m_unk0x100 = 0;
|
m_unk0x100 = 0;
|
||||||
|
|
||||||
if (m_animPresenter->AllPartsPlaced()) {
|
if (m_animPresenter->AllPartsPlaced() && !Lego()->IsVersion10()) {
|
||||||
// Note the code duplication with LEGO1 0x10025ee0
|
// Note the code duplication with LEGO1 0x10025ee0
|
||||||
switch (m_carId) {
|
switch (m_carId) {
|
||||||
case 1:
|
case 1:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user