- added missing 'break' to SE code.

This caused the car in RR's first level to go too fast.
This commit is contained in:
Christoph Oelckers 2020-11-03 20:21:30 +01:00
parent 3fdeedcae7
commit 6ee856b8c1

View file

@ -3513,6 +3513,7 @@ void moveeffectors_r(void) //STATNUM 3
case SE_6_SUBWAY: case SE_6_SUBWAY:
handle_se06_r(act); handle_se06_r(act);
break;
case SE_14_SUBWAY_CAR: case SE_14_SUBWAY_CAR:
handle_se14(act, false, RPG, JIBS6); handle_se14(act, false, RPG, JIBS6);