We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gps
1 parent 7123b8c commit e0951fdCopy full SHA for e0951fd
2 files changed
docs/changelog.txt
@@ -61,6 +61,7 @@ Template for new versions:
61
## Fixes
62
63
## Misc Improvements
64
+- Core: added ``gps`` (``graphicst``) to the set of globals whose sizes must agree for DFHack to pass initialization checks
65
66
## Documentation
67
library/Core.cpp
@@ -1682,6 +1682,7 @@ bool Core::InitMainThread() {
1682
{ "world", sizeof(df::world) },
1683
{ "game", sizeof(df::gamest) },
1684
{ "plotinfo", sizeof(df::plotinfost) },
1685
+ { "gps", sizeof(df::graphic) },
1686
};
1687
1688
for (auto& gte : *df::global::global_table)
0 commit comments