mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 00:46:08 +00:00
Match and link CTextInstruction
This commit is contained in:
@@ -40,6 +40,10 @@ public:
|
||||
return x4_item;
|
||||
}
|
||||
bool null() const { return x4_item == nullptr; }
|
||||
void reset() {
|
||||
x0_has = false;
|
||||
x4_item = nullptr;
|
||||
}
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user