mirror of
https://github.com/zeldaret/ss
synced 2026-09-05 02:26:03 -04:00
match d_a_obj_desert_debris
This commit is contained in:
@@ -59,6 +59,6 @@ int dAcOdesertDebris_c::draw() {
|
||||
return SUCCEEDED;
|
||||
}
|
||||
|
||||
bool dAcOdesertDebris_c::checkStoryFlag() {
|
||||
bool dAcOdesertDebris_c::checkStoryFlag() const {
|
||||
return mStoryFlag < 0x7FF && StoryflagManager::sInstance->getCounterOrFlag(mStoryFlag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user