diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-24 18:54:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-24 18:54:46 -0400 |
| commit | 7cd75e8f7b01a45ca8c72facfd5b4a3c1906c0e1 (patch) | |
| tree | ece493d144cfcb3af860c2af8fa0480491f69706 /src/d/d_a_item_static.cpp | |
| parent | 4a29f64e6bf5a06a541161638913f51c51d8a633 (diff) | |
Demo matches (#767)
Diffstat (limited to 'src/d/d_a_item_static.cpp')
| -rw-r--r-- | src/d/d_a_item_static.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_a_item_static.cpp b/src/d/d_a_item_static.cpp index 900f2133..0e2f0303 100644 --- a/src/d/d_a_item_static.cpp +++ b/src/d/d_a_item_static.cpp @@ -17,9 +17,11 @@ BOOL daItem_c::checkControl() { if (mItemStatus == STATUS_UNK4) { return FALSE; } +#if VERSION > VERSION_DEMO if (mItemStatus == STATUS_INIT_NORMAL || mItemStatus == STATUS_MAIN_NORMAL) { return FALSE; } +#endif return TRUE; } |
