mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-07-17 19:40:45 +00:00
fix: neoapps dysfunctional build script
This commit is contained in:
@@ -54,7 +54,7 @@ int TreeTile::getResourceCount(Random *random)
|
||||
|
||||
int TreeTile::getResource(int data, Random *random, int playerBonusLevel)
|
||||
{
|
||||
return Tile::treeTrunk_Id;
|
||||
return Tile::log_Id;
|
||||
}
|
||||
|
||||
void TreeTile::onRemove(Level *level, int x, int y, int z, int id, int data)
|
||||
|
||||
Reference in New Issue
Block a user