Use other marker so vtable.py doesn't compare

This commit is contained in:
Christian Semmler
2024-03-22 20:08:44 -04:00
parent f4d1e39b7a
commit 608985cd73
13 changed files with 40 additions and 40 deletions

View File

@@ -4,9 +4,9 @@
#include "legoanimactor.h"
/*
VTABLE: LEGO1 0x100d6c00 LegoAnimActor
VTABLE: LEGO1 0x100d6c10 LegoPathActor
VTABLE: LEGO1 0x100d6cdc LegoExtraActor
XVTABLE: LEGO1 0x100d6c00 LegoAnimActor
XVTABLE: LEGO1 0x100d6c10 LegoPathActor
XVTABLE: LEGO1 0x100d6cdc LegoExtraActor
*/
// SIZE 0x1dc
class LegoExtraActor : public virtual LegoAnimActor {