From 048dc37342a5b50b74e6018065553f8d811469d4 Mon Sep 17 00:00:00 2001 From: robojumper Date: Mon, 19 May 2025 01:05:30 +0200 Subject: [PATCH] Comment --- src/d/d_player_mdl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d/d_player_mdl.cpp b/src/d/d_player_mdl.cpp index 1a770290..ef2a4d68 100644 --- a/src/d/d_player_mdl.cpp +++ b/src/d/d_player_mdl.cpp @@ -1173,6 +1173,8 @@ void daPlayerModelBase_c::fn_80061410() { alwaysRet0(); } +// I believe this is the only strong virtual function of daPlayerModelBase_c, +// and this causes the vtable and all other weak functions to be here /* vt 0x114 */ void daPlayerModelBase_c::somethingWithCarriedActorFlags() { // TODO }