Skip to content

Commit c869e50

Browse files
committed
unbreak symbols generation
1 parent d936d98 commit c869e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Hooks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DFhackCExport void dfhooks_init() {
1818

1919
// we need to init DF globals before we can check the commandline
2020
if (!DFHack::Core::getInstance().InitMainThread() || !df::global::game) {
21-
disabled = true;
21+
// we don't set disabled to true here so symbol generation can work
2222
return;
2323
}
2424

0 commit comments

Comments
 (0)