Fix small flag mistake

This commit is contained in:
Duncan Frost 2015-04-12 17:47:52 +01:00 committed by duncanspumpkin
parent 50dbff6dd5
commit 2bd851e26a
1 changed files with 1 additions and 1 deletions

View File

@ -1017,7 +1017,7 @@ static void vehicle_update(rct_vehicle *vehicle)
vehicle->velocity <= 0x20000
)
) {
vehicle->update_flags |= VEHICLE_UPDATE_FLAG_15;
vehicle->update_flags |= VEHICLE_UPDATE_FLAG_7;
}
}
}