mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
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:
parent
37ac9b77fd
commit
713c992d76
115 changed files with 2749 additions and 1499 deletions
|
@ -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];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue