mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +00:00
- removed the bogus SetPointer method from PClassPointer.
This was blocking proper bookkeeping of class pointer variables, in particular it rendered PointerSubstitution ineffective.
This commit is contained in:
parent
659c11514b
commit
ee40135d55
1 changed files with 0 additions and 2 deletions
|
@ -598,8 +598,6 @@ public:
|
||||||
|
|
||||||
class PClass *ClassRestriction;
|
class PClass *ClassRestriction;
|
||||||
|
|
||||||
// this is only here to block PPointer's implementation
|
|
||||||
void SetPointer(void *base, unsigned offset, TArray<size_t> *special = NULL) const override {}
|
|
||||||
bool isCompatible(PType *type);
|
bool isCompatible(PType *type);
|
||||||
|
|
||||||
virtual bool IsMatch(intptr_t id1, intptr_t id2) const;
|
virtual bool IsMatch(intptr_t id1, intptr_t id2) const;
|
||||||
|
|
Loading…
Reference in a new issue