]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.h
non-reference type array relocation
[l2e.git] / src / loader / Interpreter.h
index 3e9f661e56ccb53da7f5637315c5b1f5e5b9e1a4..7eccab344bdc105cd50ddda63f65c80bb6c72690 100644 (file)
@@ -126,6 +126,7 @@ public:
        }
        struct Array {
                void *data;
+               unsigned int typeId;
                unsigned int size;
                bool ref;
        };