diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2021-07-25 07:59:05 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 07:59:05 -0400 |
| commit | 820678b4e97958d59b45597951841c129044cd45 (patch) | |
| tree | 374edb8f657cdce491683ad67fbebf892d252c4a /ZAPD/Globals.h | |
| parent | 39ab063ebc48ceeafc552d66a156f046c02a38bc (diff) | |
Add options for warning or erroring on missing "Offset" node (#156)
* done
* Fixes
* Change
* revert
Diffstat (limited to 'ZAPD/Globals.h')
| -rw-r--r-- | ZAPD/Globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ZAPD/Globals.h b/ZAPD/Globals.h index 9905d94..61c07f8 100644 --- a/ZAPD/Globals.h +++ b/ZAPD/Globals.h @@ -53,6 +53,8 @@ public: ZGame game; GameConfig cfg; bool warnUnaccounted = false; + bool warnNoOffset = false; + bool errorNoOffset = false; bool verboseUnaccounted = false; std::vector<ZFile*> files; |
