Blame fix-gcc13-build.patch

66beaa
diff --git a/source/tools/atlas/GameInterface/Messages.h b/source/tools/atlas/GameInterface/Messages.h
66beaa
index 2fa4780..515ae94 100644
66beaa
--- a/source/tools/atlas/GameInterface/Messages.h
66beaa
+++ b/source/tools/atlas/GameInterface/Messages.h
66beaa
@@ -212,7 +212,7 @@ QUERY(GetCurrentMapSize,
66beaa
 QUERY(RasterizeMinimap,
66beaa
 		,
66beaa
 		((int, dimension))
66beaa
-		((std::vector<uint8_t>, imageBytes))
66beaa
+		((std::vector<unsigned char>, imageBytes))
66beaa
 		);
66beaa
 
66beaa
 QUERY(GetRMSData,