Demo matches (#767)

This commit is contained in:
LagoLunatic
2025-05-24 18:54:46 -04:00
committed by GitHub
parent 4a29f64e6b
commit 7cd75e8f7b
83 changed files with 945 additions and 424 deletions
+2
View File
@@ -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;
}