match d_a_obj_desert_debris

This commit is contained in:
Swekka
2025-07-08 17:35:58 +02:00
parent 87f84f0a68
commit 1410e4249f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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);
}