mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-17 15:42:53 +00:00
fix: add extra Tile constants for __linux__
This commit is contained in:
parent
3b234ca659
commit
4c770ce4c3
|
|
@ -1481,7 +1481,7 @@ int Tile::SoundType::getPlaceSound() const
|
|||
4J: These are necessary on the PS3.
|
||||
(and 4 and Vita).
|
||||
*/
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__)
|
||||
#if (defined __PS3__ || defined __ORBIS__ || defined __PSVITA__ || defined __linux__)
|
||||
const int Tile::rock_Id;
|
||||
const int Tile::grass_Id;
|
||||
const int Tile::dirt_Id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue