1
0
mirror of https://github.com/td512/re3.git synced 2026-04-10 22:00:54 +00:00

CGame::Initialise

This commit is contained in:
Nikolay Korolev
2020-03-22 17:23:40 +03:00
parent 7d213a1f32
commit 34b1881528
35 changed files with 333 additions and 12 deletions

View File

@@ -135,3 +135,5 @@ void CStats::SetTotalNumberMissions(int32 total)
{
TotalNumberMissions = total;
}
WRAPPER void CStats::Init() { EAXJMP(0x4AAC60); }