LoadSpawnPoint

This commit is contained in:
Henrique Gemignani Passos Lima
2025-01-17 11:18:27 +02:00
parent febd8c28c4
commit b5661ff8c2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -3449,7 +3449,7 @@ fn_800B8E9C = .text:0x800B8E9C; // type:function size:0x60 align:4
fn_800B8EFC = .text:0x800B8EFC; // type:function size:0x154 align:4
fn_800B9050 = .text:0x800B9050; // type:function size:0x14C align:4
fn_800B919C = .text:0x800B919C; // type:function size:0x78
fn_800B9214 = .text:0x800B9214; // type:function size:0xA4C align:4
LoadSpawnPoint__FR13CStateManagerR12CInputStreamRC11CEntityInfo = .text:0x800B9214; // type:function size:0xA4C align:4
fn_800B9C60 = .text:0x800B9C60; // type:function size:0x7C
fn_800B9CDC = .text:0x800B9CDC; // type:function size:0x40 align:4
AcceptScriptMsg__17CScriptSpawnPointFR13CStateManagerRC10CScriptMsg = .text:0x800B9D1C; // type:function size:0x294 align:4
@@ -103,3 +103,7 @@ void CScriptSpawnPoint::AcceptScriptMsg(CStateManager& mgr, const CScriptMsg& ms
}
}
}
CEntity* LoadSpawnPoint(CStateManager& mgr, CInputStream& input, const CEntityInfo& info) {
}