We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfe622 commit b06bf65Copy full SHA for b06bf65
1 file changed
src_rebuild/Game/C/main.c
@@ -619,7 +619,7 @@ void State_GameInit(void* param)
619
InitMap();
620
InitSpecSpool();
621
622
- if ((NewLevel == 0 || gCarCleanModelPtr[4] == NULL) && allowSpecSpooling == 1) // [A] to load even more secret truck from Chicago
+ if (NewLevel == 0 && allowSpecSpooling == 1)
623
{
624
QuickSpoolSpecial();
625
}
0 commit comments