Don't exit car build automatically in 1.0

This commit is contained in:
Christian Semmler 2025-06-26 16:28:12 -07:00
parent 1e2b37b9de
commit f5f44a8c39

View File

@ -488,7 +488,7 @@ void LegoCarBuild::FUN_100236d0()
m_unk0x110 = NULL;
m_unk0x100 = 0;
if (m_animPresenter->AllPartsPlaced()) {
if (m_animPresenter->AllPartsPlaced() && !Lego()->IsVersion10()) {
// Note the code duplication with LEGO1 0x10025ee0
switch (m_carId) {
case 1: