fix: SIOF crash in ChatScreen/TextEditScreen, RemoveEntitiesPacket MAX_PER_PACKET on linux

This commit is contained in:
JuiceyDev
2026-03-05 07:57:25 +01:00
parent 3a9af73c63
commit d0e7106cdf
5 changed files with 5 additions and 6 deletions

View File

@@ -51,6 +51,6 @@ int RemoveEntitiesPacket::getEstimatedSize()
4J: These are necesary on the PS3.
(and 4).
*/
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__)
const int RemoveEntitiesPacket::MAX_PER_PACKET;
#endif