diff options
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; } |
