Changeset 1170
- Timestamp:
- 05/04/11 04:02:18 (2 years ago)
- File:
-
- 1 edited
-
trunk/core/action_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/action_stack.c
r1166 r1170 269 269 // Initiate a shoot. Remember that stack program flow is reversed! 270 270 action_pop(); 271 272 action_push_delay(conf.script_shoot_delay*100);// XXX FIXME find out how to wait to jpeg save finished 271 // XXX FIXME find out how to wait to jpeg save finished 272 // note, must not wait 0, means forever 273 action_push_delay((conf.script_shoot_delay)?conf.script_shoot_delay*100:1); 273 274 274 275 action_push(AS_WAIT_SAVE);
Note: See TracChangeset
for help on using the changeset viewer.