Skip to content

Commit b06bf65

Browse files
committed
- delete old hack for Chicago truck model
1 parent dcfe622 commit b06bf65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src_rebuild/Game/C/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ void State_GameInit(void* param)
619619
InitMap();
620620
InitSpecSpool();
621621

622-
if ((NewLevel == 0 || gCarCleanModelPtr[4] == NULL) && allowSpecSpooling == 1) // [A] to load even more secret truck from Chicago
622+
if (NewLevel == 0 && allowSpecSpooling == 1)
623623
{
624624
QuickSpoolSpecial();
625625
}

0 commit comments

Comments
 (0)