mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-07-02 17:44:18 +00:00
world/server linux support
This commit is contained in:
@@ -53,6 +53,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
|
||||
|
||||
Reference in New Issue
Block a user