Skip to content

Commit a36ed09

Browse files
committed
BronzeDune0x4c method order
1 parent 48d45c2 commit a36ed09

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

GolDP/src/bronzedune0x4c.cpp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ DECOMP_SIZE_ASSERT(BronzeDune0x4c, 0x4c)
55
// GLOBAL: GOLDP 0x10063c50
66
BronzeDune0x4c g_bronzeDune0x4c;
77

8+
// STUB: GOLDP 0x10004f80
9+
void BronzeDune0x4c::VTable0x30(undefined4*, undefined4*)
10+
{
11+
// TODO
12+
STUB(0x10004f80);
13+
}
14+
815
// STUB: GOLDP 0x1001de50
916
BronzeDune0x4c::BronzeDune0x4c()
1017
{
@@ -38,10 +45,3 @@ IPalette0x4* BronzeDune0x4c::GetPalette()
3845
{
3946
return &m_unk0x40;
4047
}
41-
42-
// STUB: GOLDP 0x10004f80
43-
void BronzeDune0x4c::VTable0x30(undefined4*, undefined4*)
44-
{
45-
// TODO
46-
STUB(0x10004f80);
47-
}

0 commit comments

Comments
 (0)