fix unresolved reference to tile IDs

This commit is contained in:
Tropical 2026-03-22 15:29:33 -05:00
parent 0bc99ae881
commit d729a3cfb7

View file

@ -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;