mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 16:33:01 +00:00
fix unresolved reference to tile IDs
This commit is contained in:
parent
0bc99ae881
commit
d729a3cfb7
|
|
@ -2642,7 +2642,7 @@ int Tile::SoundType::getPlaceSound() const { return iPlaceSound; }
|
|||
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::stone_Id;
|
||||
const int Tile::grass_Id;
|
||||
const int Tile::dirt_Id;
|
||||
|
|
|
|||
Loading…
Reference in a new issue