shithub: cstory

Download patch

ref: 98c2a8880e96486c58aa5c85616f9dba7ef7400c
parent: 6a1d49d6b17175dd09699f03e9a61086f6dcb028
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jul 8 17:48:28 EDT 2020

Convert NPC 0's rects to decimal

--- a/src/NpcAct000.cpp
+++ b/src/NpcAct000.cpp
@@ -17,7 +17,7 @@
 // Null
 void ActNpc000(NPCHAR *npc)
 {
-	RECT rect = {0x00, 0x00, 0x10, 0x10};
+	RECT rect = {0, 0, 16, 16};
 
 	if (npc->act_no == 0)
 	{