Convert NPC 0's rects to decimal

This commit is contained in:
Clownacy 2020-07-08 21:48:28 +01:00
parent 6a1d49d6b1
commit 98c2a8880e

View file

@ -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)
{ {