evar:
Hmm, that might not be the only thing either, although conf_restore is called earlier, which should at least load defaults for everything. In fact, conf_restore should probably call clear_values.
shooting_set_zoom probably shouldn't be called on startup either, since we might be in play mode.
Fortunately, the previous checkin will prevent this from actually trying to zoom in playback mode, but it won't get set either. This should be done in capt_seq (actually shooting_expo_param_override) like the other overrides.
edit:
checked in. Moved clear_values, and commented out the shooting_set_zoom for now, since it doesn't really make sense there.