Work now: also update dig on pause.

develop
expwnent 2013-01-05 12:50:10 -05:00
parent d2a2a63d01
commit 5fc466ef7e
1 changed files with 1 additions and 0 deletions

@ -42,6 +42,7 @@ DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_chan
return CR_OK;
*df::global::process_jobs = true;
*df::global::process_dig = true;
return CR_OK;
}