--- Daodan/src/Patches/Utility.c 2021/10/24 02:50:22 1161 +++ Daodan/src/Patches/Utility.c 2021/10/24 02:50:48 1163 @@ -101,16 +101,10 @@ void ONICALL DDrMake_Weapon_Message(char else { memcpy(output_ptr, default_msg, sizeof(default_msg)); } - -} -typedef struct -{ - uint16_t x; - uint16_t y; +} -} IMtPoint2D; -IMtPoint2D Point = {256, 250}; +IMtPoint Point = {256, 250}; extern void* TSrTest; extern void* TSrScores; unsigned int lastPasteTime;