Convert NPC 0's rects to decimal
This commit is contained in:
parent
6a1d49d6b1
commit
98c2a8880e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
// Null
|
// Null
|
||||||
void ActNpc000(NPCHAR *npc)
|
void ActNpc000(NPCHAR *npc)
|
||||||
{
|
{
|
||||||
RECT rect = {0x00, 0x00, 0x10, 0x10};
|
RECT rect = {0, 0, 16, 16};
|
||||||
|
|
||||||
if (npc->act_no == 0)
|
if (npc->act_no == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue