1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-04-01 06:06:42 +00:00

Print ptr by betacomment

This commit is contained in:
elsid 2020-02-02 20:49:39 +01:00
parent 158f610b61
commit 52945921a7
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -1254,6 +1254,7 @@ namespace MWScript
msg << "[Deleted]" << std::endl;
msg << "RefID: " << ptr.getCellRef().getRefId() << std::endl;
msg << "Memory address: " << ptr.getBase() << std::endl;
if (ptr.isInCell())
{