mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-26 01:17:55 -05:00
fix the pizza conflict
Sounds like an episode of a neo-noir TV show
This commit is contained in:
parent
0f92e345b3
commit
ee7c419be8
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Pizza::Pizza()
|
||||||
// OFFSET: LEGO1 0x10038100
|
// OFFSET: LEGO1 0x10038100
|
||||||
Pizza::~Pizza()
|
Pizza::~Pizza()
|
||||||
{
|
{
|
||||||
TickleManager()->Unregister(this);
|
TickleManager()->UnregisterClient(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
// OFFSET: LEGO1 0x100388a0
|
// OFFSET: LEGO1 0x100388a0
|
||||||
|
|
Loading…
Reference in a new issue