[Cleanup] Remove ownHiddenTrigger from trap.cpp and trap.h (#3092)

# Notes
- This is unsued.
This commit is contained in:
Alex King
2023-03-17 08:37:36 -04:00
committed by GitHub
parent 97e50ced93
commit e778041198
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -80,7 +80,6 @@ public:
std::string message;
protected:
NPC *hiddenTrigger;
bool ownHiddenTrigger;
};
#endif