Skip to content

Commit 75ec6e9

Browse files
committed
- fix regression
1 parent c1a9e29 commit 75ec6e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src_rebuild/Game/C/spool.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,9 @@ void InitSpecSpool(void)
22462246
allowSpecSpooling = 0;
22472247
else if (NumPlayers == 2)
22482248
allowSpecSpooling = 0;
2249-
else if (gCurrentMissionNumber == 40) // Chopper uses special texture slot
2249+
else if (
2250+
gCurrentMissionNumber == 7 || // Caine's Compound semi trucks
2251+
gCurrentMissionNumber == 40) // Chopper uses special texture slot
22502252
allowSpecSpooling = 0;
22512253
else if (gCurrentMissionNumber == 24) // Car bomb getaway is only exception
22522254
allowSpecSpooling = 1;

0 commit comments

Comments
 (0)