Skip to content

Commit 6081ee1

Browse files
committed
fix
1 parent 6d29191 commit 6081ee1

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

GolDP/src/goldpexport.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
DECOMP_SIZE_ASSERT(GolExport, 0x4)
66
DECOMP_SIZE_ASSERT(GolDPExport, 0xc8ac8)
77

8-
// STUB: GOLDP 0x100016f0 FOLDED
8+
// FUNCTION: GOLDP 0x100016f0 FOLDED
99
undefined4 GolDPExport::VTable0x24()
1010
{
11-
// TODO
12-
STUB(0x100016f0);
13-
return NULL;
11+
return 0;
1412
}
1513

1614
// STUB: GOLDP 0x10007060

0 commit comments

Comments
 (0)