1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 09:09:09 +00:00

(svn r2042) -Fix: forgot to remove a printf ;)

This commit is contained in:
truelight
2005-03-24 14:31:27 +00:00
parent 88ef277dc3
commit fbb11ea366
5 changed files with 7 additions and 7 deletions

View File

@@ -567,6 +567,8 @@ static void DoTriggerVehicle(Vehicle *veh, VehicleTrigger trigger, byte base_ran
RealSpriteGroup *rsg;
byte new_random_bits;
assert(_current_player >= MAX_PLAYERS);
_vsg_random_triggers = trigger;
_vsg_bits_to_reseed = 0;
rsg = TriggerVehicleSpriteGroup(GetVehicleSpriteGroup(veh->engine_type, veh), veh,