mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 17:29:10 +00:00
Save and load the veget set filename.
This commit is contained in:
parent
47b85c3f8a
commit
3668784e7a
2 changed files with 4 additions and 0 deletions
|
@ -125,6 +125,8 @@ public:
|
|||
loadTilesDisplacement( set, static_cast< TileTypeNode* >( node->child( 3 ) ) );
|
||||
|
||||
node->setOriented( set->getOriented() );
|
||||
|
||||
node->setVegetSet( set->getTileVegetableDescFileName().c_str() );
|
||||
}
|
||||
|
||||
void loadTileSets( TileModel *model )
|
||||
|
|
|
@ -189,6 +189,8 @@ public:
|
|||
setupDisplacementTiles( set, n );
|
||||
|
||||
set->setOriented( n->isOriented() );
|
||||
|
||||
set->setTileVegetableDescFileName( n->vegetSet().toUtf8().constData() );
|
||||
}
|
||||
|
||||
// Add tilesets to lands
|
||||
|
|
Loading…
Reference in a new issue