mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 09:07:41 +00:00
Match CScriptSpecialFunction::DeleteEmitter
Former-commit-id: e48f6478f9
This commit is contained in:
@@ -14,6 +14,7 @@ public:
|
||||
bool operator==(const CSfxHandle& other) { return mID == other.mID; }
|
||||
bool operator!=(const CSfxHandle& other) { return mID != other.mID; }
|
||||
operator bool() const { return mID != 0; }
|
||||
void Clear() { mID = 0; }
|
||||
|
||||
private:
|
||||
uint mID;
|
||||
|
||||
Reference in New Issue
Block a user