[III] Fix compilation issue
This commit is contained in:
parent
6495b36952
commit
6bd401afa0
@ -62,7 +62,7 @@ PedPage::PedPage()
|
||||
#elif GTA3
|
||||
CdeclEvent <AddressList<0x4CFE12, H_CALL>, PRIORITY_AFTER, ArgPickN<CPed*, 0>, void(CPed*)> onPreRender;
|
||||
|
||||
onPreRender += [](CPed* ped)
|
||||
onPreRender += [this](CPed* ped)
|
||||
{
|
||||
if (!m_bBigHead)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user