Change how gpNpcFuncTable is done

The '&'s are pointless
This commit is contained in:
Clownacy 2019-01-27 11:32:48 +00:00
parent 8056f42e9c
commit ce34eea2dc

View file

@ -56,13 +56,13 @@ void ReleaseNpcTable()
//Npc function table
NPCFUNCTION gpNpcFuncTbl[] =
{
&ActNpc000,
&ActNpc001,
&ActNpc002,
&ActNpc003,
&ActNpc004,
&ActNpc005,
&ActNpc006,
ActNpc000,
ActNpc001,
ActNpc002,
ActNpc003,
ActNpc004,
ActNpc005,
ActNpc006,
nullptr,
nullptr,
nullptr,
@ -72,8 +72,8 @@ NPCFUNCTION gpNpcFuncTbl[] =
nullptr,
nullptr,
nullptr,
&ActNpc016,
&ActNpc017,
ActNpc016,
ActNpc017,
nullptr,
nullptr,
nullptr,