We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d936d98 commit c869e50Copy full SHA for c869e50
library/Hooks.cpp
@@ -18,7 +18,7 @@ DFhackCExport void dfhooks_init() {
18
19
// we need to init DF globals before we can check the commandline
20
if (!DFHack::Core::getInstance().InitMainThread() || !df::global::game) {
21
- disabled = true;
+ // we don't set disabled to true here so symbol generation can work
22
return;
23
}
24
0 commit comments