Match CScriptSpecialFunction::DeleteEmitter

Former-commit-id: e48f6478f9
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-03 18:59:07 +03:00
parent 2732fd1688
commit 8cac11d25d
3 changed files with 6 additions and 6 deletions

View File

@@ -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;