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