| 292 | } |
| 293 | |
| 294 | void debug_pause() |
| 295 | { |
| 296 | if (pause_on_error) |
| 297 | { |
| 298 | debug("LABORMANAGER: Game paused so you can investigate the above message.\nUse 'labormanager pause-on-error no' to disable autopausing.\n"); |
| 299 | *df::global::pause_state = true; |
| 300 | } |
| 301 | } |
| 302 | |
| 303 | static JobLaborMapper* labor_mapper = 0; |
| 304 |
no test coverage detected