Added Sophia

- deleted all the __cdecl except for the #define function. because /Gd enable the __cdecl for function by default.

- added the commented code in FireWeapon for TR3 entity (some function is missing)
This commit is contained in:
TokyoSU 2019-12-02 14:49:19 +01:00
parent 37ac9b77fd
commit 713c992d76
115 changed files with 2749 additions and 1499 deletions

View file

@ -12,7 +12,7 @@
BITE_INFO guideBiteInfo1 = { 0, 20, 200, 18 };
BITE_INFO guideBiteInfo2 = { 30, 80, 50, 15 };
void __cdecl InitialiseGuide(short itemNum)
void InitialiseGuide(short itemNum)
{
ITEM_INFO* item = &Items[itemNum];
@ -25,7 +25,7 @@ void __cdecl InitialiseGuide(short itemNum)
item->swapMeshFlags = 0x40000;
}
void __cdecl GuideControl(short itemNum)
void GuideControl(short itemNum)
{
ITEM_INFO* item = &Items[itemNum];