mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-11 05:08:07 -04:00
Demo matches (#767)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user