mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Fix wrong ClearItem() address
This commit is contained in:
parent
f12327d267
commit
d1609eda53
1 changed files with 1 additions and 1 deletions
|
@ -519,6 +519,6 @@ void Inject_Items()
|
|||
INJECT(0x00440B60, RemoveActiveItem);
|
||||
INJECT(0x00440C40, RemoveDrawnItem);
|
||||
INJECT(0x004408B0, InitialiseItem);
|
||||
INJECT(0x00440840, ClearItem);
|
||||
INJECT(0x00408550, ClearItem);
|
||||
INJECT(0x00440590, InitialiseItemArray);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue